Class SmartElementLocatorFactory

java.lang.Object
net.thucydides.core.annotations.locators.SmartElementLocatorFactory
All Implemented Interfaces:
org.openqa.selenium.support.pagefactory.ElementLocatorFactory

public final class SmartElementLocatorFactory
extends java.lang.Object
implements org.openqa.selenium.support.pagefactory.ElementLocatorFactory
  • Constructor Summary

    Constructors
    Constructor Description
    SmartElementLocatorFactory​(org.openqa.selenium.SearchContext searchContext, MobilePlatform platform)  
  • Method Summary

    Modifier and Type Method Description
    org.openqa.selenium.support.pagefactory.ElementLocator createLocator​(java.lang.reflect.Field field)  

    Methods inherited from class java.lang.Object

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

    • SmartElementLocatorFactory

      public SmartElementLocatorFactory​(org.openqa.selenium.SearchContext searchContext, MobilePlatform platform)
  • Method Details

    • createLocator

      public org.openqa.selenium.support.pagefactory.ElementLocator createLocator​(java.lang.reflect.Field field)
      Specified by:
      createLocator in interface org.openqa.selenium.support.pagefactory.ElementLocatorFactory