Package org.openqa.selenium.htmlunit
Class HtmlUnitElementFinder.HtmlUnitElementLocator
- java.lang.Object
-
- org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
-
- Direct Known Subclasses:
HtmlUnitElementFinder.FindByClassName
,HtmlUnitElementFinder.FindByCssSelector
,HtmlUnitElementFinder.FindByID
,HtmlUnitElementFinder.FindByLinkText
,HtmlUnitElementFinder.FindByName
,HtmlUnitElementFinder.FindByPartialLinkText
,HtmlUnitElementFinder.FindByRelativeLocator
,HtmlUnitElementFinder.FindByTagName
,HtmlUnitElementFinder.FindByXPath
- Enclosing class:
- HtmlUnitElementFinder
public abstract static class HtmlUnitElementFinder.HtmlUnitElementLocator extends Object
-
-
Constructor Summary
Constructors Constructor Description HtmlUnitElementLocator()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElement
findElement(HtmlUnitDriver driver, org.openqa.selenium.By locator)
org.openqa.selenium.WebElement
findElement(HtmlUnitWebElement element, org.openqa.selenium.By locator)
abstract List<org.openqa.selenium.WebElement>
findElements(HtmlUnitDriver driver, org.openqa.selenium.By locator)
abstract List<org.openqa.selenium.WebElement>
findElements(HtmlUnitWebElement element, org.openqa.selenium.By locator)
protected SgmlPage
getLastPage(HtmlUnitDriver driver)
protected static org.openqa.selenium.By.Remotable
getRemotable(org.openqa.selenium.By locator)
protected static String
getValue(org.openqa.selenium.By locator)
-
-
-
Method Detail
-
findElement
public org.openqa.selenium.WebElement findElement(HtmlUnitDriver driver, org.openqa.selenium.By locator)
-
findElements
public abstract List<org.openqa.selenium.WebElement> findElements(HtmlUnitDriver driver, org.openqa.selenium.By locator)
-
findElement
public org.openqa.selenium.WebElement findElement(HtmlUnitWebElement element, org.openqa.selenium.By locator)
-
findElements
public abstract List<org.openqa.selenium.WebElement> findElements(HtmlUnitWebElement element, org.openqa.selenium.By locator)
-
getRemotable
protected static org.openqa.selenium.By.Remotable getRemotable(org.openqa.selenium.By locator)
-
getLastPage
protected SgmlPage getLastPage(HtmlUnitDriver driver)
-
getValue
protected static String getValue(org.openqa.selenium.By locator)
-
-