public abstract static class HtmlUnitElementFinder.ElementObject extends Object
Constructor and Description |
---|
ElementObject(HtmlUnitDriver driver) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By locator) |
abstract List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By locator) |
protected HtmlUnitDriver |
getDriver() |
protected com.gargoylesoftware.htmlunit.SgmlPage |
getLastPage() |
protected static org.openqa.selenium.By.Remotable |
getRemotable(org.openqa.selenium.By locator) |
protected static String |
getValue(org.openqa.selenium.By locator) |
public ElementObject(HtmlUnitDriver driver)
protected HtmlUnitDriver getDriver()
public org.openqa.selenium.WebElement findElement(org.openqa.selenium.By locator)
public abstract List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.By locator)
protected static org.openqa.selenium.By.Remotable getRemotable(org.openqa.selenium.By locator)
protected com.gargoylesoftware.htmlunit.SgmlPage getLastPage()
protected static String getValue(org.openqa.selenium.By locator)
Copyright © 2021. All rights reserved.