Class ElementLocatorFactorySelector

java.lang.Object
net.thucydides.core.webdriver.ElementLocatorFactorySelector

public class ElementLocatorFactorySelector extends Object
  • Constructor Details

    • ElementLocatorFactorySelector

      public ElementLocatorFactorySelector(Configuration configuration)
    • 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

      public ElementLocatorFactorySelector withTimeout(int timeoutInSeconds)