Class SmartElementProxyCreator

java.lang.Object
net.thucydides.core.annotations.locators.SmartElementProxyCreator
All Implemented Interfaces:
ElementProxyCreator

public class SmartElementProxyCreator
extends java.lang.Object
implements ElementProxyCreator
  • Constructor Summary

    Constructors
    Constructor Description
    SmartElementProxyCreator()  
  • Method Summary

    Modifier and Type Method Description
    void proxyElements​(PageObject pageObject, org.openqa.selenium.WebDriver driver)  
    void proxyElements​(PageObject pageObject, org.openqa.selenium.WebDriver driver, int timeoutInSeconds)  

    Methods inherited from class java.lang.Object

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

    • SmartElementProxyCreator

      public SmartElementProxyCreator()
  • Method Details