net.thucydides.core.webdriver
Class ElementLocatorFactorySelector

Package class diagram package ElementLocatorFactorySelector
java.lang.Object
  extended by net.thucydides.core.webdriver.ElementLocatorFactorySelector

public class ElementLocatorFactorySelector
extends Object


Constructor Summary
ElementLocatorFactorySelector(Configuration configuration)
           
ElementLocatorFactorySelector(int timeoutInSeconds, EnvironmentVariables environmentVariables)
           
 
Method Summary
 org.openqa.selenium.support.pagefactory.ElementLocatorFactory getLocatorFor(org.openqa.selenium.WebDriver driver)
           
 ElementLocatorFactorySelector withTimeout(int timeoutInSeconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementLocatorFactorySelector

public ElementLocatorFactorySelector(Configuration configuration)

ElementLocatorFactorySelector

public ElementLocatorFactorySelector(int timeoutInSeconds,
                                     EnvironmentVariables environmentVariables)
Method Detail

getLocatorFor

public org.openqa.selenium.support.pagefactory.ElementLocatorFactory getLocatorFor(org.openqa.selenium.WebDriver driver)

withTimeout

public ElementLocatorFactorySelector withTimeout(int timeoutInSeconds)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.