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 voidproxyElements(WidgetObject widget, org.openqa.selenium.WebDriver driver)voidproxyElements(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
-
proxyElements
- Specified by:
proxyElementsin interfaceWidgetProxyCreator
-
proxyElements
public void proxyElements(WidgetObject widget, org.openqa.selenium.WebDriver driver, int timeoutInSeconds)- Specified by:
proxyElementsin interfaceWidgetProxyCreator
-