public class ElementLocatorFactorySelector extends Object
| Constructor and Description |
|---|
ElementLocatorFactorySelector(Configuration configuration) |
ElementLocatorFactorySelector(int timeoutInSeconds,
EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.support.pagefactory.ElementLocatorFactory |
getLocatorFor(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.WebDriver driver) |
org.openqa.selenium.support.pagefactory.ElementLocatorFactory |
getLocatorFor(org.openqa.selenium.WebDriver driver) |
ElementLocatorFactorySelector |
withTimeout(int timeoutInSeconds) |
public ElementLocatorFactorySelector(Configuration configuration)
public ElementLocatorFactorySelector(int timeoutInSeconds,
EnvironmentVariables environmentVariables)
public org.openqa.selenium.support.pagefactory.ElementLocatorFactory getLocatorFor(org.openqa.selenium.WebDriver driver)
public org.openqa.selenium.support.pagefactory.ElementLocatorFactory getLocatorFor(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.WebDriver driver)
public ElementLocatorFactorySelector withTimeout(int timeoutInSeconds)
Copyright © 2022. All rights reserved.