public abstract static class HtmlUnitElementFinder.HtmlUnitElementLocator extends Object
Constructor and Description |
---|
HtmlUnitElementLocator() |
Modifier and Type | Method and 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) |
public org.openqa.selenium.WebElement findElement(HtmlUnitDriver driver, org.openqa.selenium.By locator)
public abstract List<org.openqa.selenium.WebElement> findElements(HtmlUnitDriver driver, org.openqa.selenium.By locator)
public org.openqa.selenium.WebElement findElement(HtmlUnitWebElement element, org.openqa.selenium.By locator)
public abstract List<org.openqa.selenium.WebElement> findElements(HtmlUnitWebElement element, org.openqa.selenium.By locator)
protected static org.openqa.selenium.By.Remotable getRemotable(org.openqa.selenium.By locator)
protected SgmlPage getLastPage(HtmlUnitDriver driver)
protected static String getValue(org.openqa.selenium.By locator)
Copyright © 2023. All rights reserved.