Package net.thucydides.core.webdriver
Class ElementLocatorFactorySelector
java.lang.Object
net.thucydides.core.webdriver.ElementLocatorFactorySelector
-
Constructor Summary
ConstructorsConstructorDescriptionElementLocatorFactorySelector(int timeoutInSeconds, EnvironmentVariables environmentVariables) ElementLocatorFactorySelector(Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.support.pagefactory.ElementLocatorFactorygetLocatorFor(org.openqa.selenium.SearchContext searchContext, org.openqa.selenium.WebDriver driver) org.openqa.selenium.support.pagefactory.ElementLocatorFactorygetLocatorFor(org.openqa.selenium.WebDriver driver) withTimeout(int timeoutInSeconds)
-
Constructor Details
-
ElementLocatorFactorySelector
-
ElementLocatorFactorySelector
public ElementLocatorFactorySelector(int timeoutInSeconds, EnvironmentVariables environmentVariables)
-
-
Method Details
-
getLocatorFor
public org.openqa.selenium.support.pagefactory.ElementLocatorFactory getLocatorFor(org.openqa.selenium.WebDriver driver) -
getLocatorFor
public org.openqa.selenium.support.pagefactory.ElementLocatorFactory getLocatorFor(org.openqa.selenium.SearchContext searchContext, org.openqa.selenium.WebDriver driver) -
withTimeout
-