Class SmartWidgetProxyCreator

java.lang.Object
net.thucydides.core.annotations.locators.SmartWidgetProxyCreator
All Implemented Interfaces:
WidgetProxyCreator

public class SmartWidgetProxyCreator
extends java.lang.Object
implements WidgetProxyCreator
Initializes WidgetObject fields with contextual locators.
Author:
Joe Nasca
  • Constructor Summary

    Constructors
    Constructor Description
    SmartWidgetProxyCreator()  
  • Method Summary

    Modifier and Type Method Description
    void proxyElements​(WidgetObject widget, org.openqa.selenium.WebDriver driver)  
    void proxyElements​(WidgetObject widget, 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

    • SmartWidgetProxyCreator

      public SmartWidgetProxyCreator()
  • Method Details