Class ElementLocatorFactorySelector

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

public class ElementLocatorFactorySelector
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ElementLocatorFactorySelector​(int timeoutInSeconds, EnvironmentVariables environmentVariables)  
    ElementLocatorFactorySelector​(Configuration configuration)  
  • Method Summary

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)