org.openqa.selenium.support.pagefactory.ElementLocatorpublic class WebDriverExtensionElementLocator
extends java.lang.Object
implements org.openqa.selenium.support.pagefactory.ElementLocator
| Constructor | Description |
|---|---|
WebDriverExtensionElementLocator(org.openqa.selenium.SearchContext searchContext,
java.lang.reflect.Field field,
org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method | Description |
|---|---|---|
org.openqa.selenium.WebElement |
findElement() |
|
java.util.List<org.openqa.selenium.WebElement> |
findElements() |
public WebDriverExtensionElementLocator(org.openqa.selenium.SearchContext searchContext,
java.lang.reflect.Field field,
org.openqa.selenium.WebDriver driver)
public org.openqa.selenium.WebElement findElement()
findElement in interface org.openqa.selenium.support.pagefactory.ElementLocatorpublic java.util.List<org.openqa.selenium.WebElement> findElements()
findElements in interface org.openqa.selenium.support.pagefactory.ElementLocatorCopyright © 2017–2018 RapidPM - Vaadin Developer. All rights reserved.