Class DefaultElementLocatorFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultElementLocatorFactory​(org.openqa.selenium.SearchContext searchContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ElementLocator createLocator​(java.lang.reflect.Field field)
      When a field on a class needs to be decorated with an ElementLocator this method will be called.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultElementLocatorFactory

        public DefaultElementLocatorFactory​(org.openqa.selenium.SearchContext searchContext)