org.openqa.selenium.support.pagefactory.ElementLocatorFactorypublic class WebDriverExtensionElementLocatorFactory
extends java.lang.Object
implements org.openqa.selenium.support.pagefactory.ElementLocatorFactory
| Constructor | Description |
|---|---|
WebDriverExtensionElementLocatorFactory(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.WebDriver driver) |
Creates a new element locator.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.openqa.selenium.support.pagefactory.ElementLocator |
createLocator(java.lang.reflect.Field field) |
public WebDriverExtensionElementLocatorFactory(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.WebDriver driver)
searchContext - The context to use when finding the elementdriver - The field on the Page Object that will hold the located valueCopyright © 2017–2018 RapidPM - Vaadin Developer. All rights reserved.