Class SmartListHandler
java.lang.Object
net.thucydides.core.annotations.locators.SmartListHandler
- All Implemented Interfaces:
InvocationHandler
Handles Lists of
WebElementFacades.- Author:
- Joe Nasca
-
Constructor Summary
ConstructorsConstructorDescriptionSmartListHandler(ClassLoader loader, Class<?> interfaceType, org.openqa.selenium.support.pagefactory.ElementLocator locator, PageObject page, long implicitTimeoutInMilliseconds, long waitForTimeoutInMilliseconds) -
Method Summary
-
Constructor Details
-
SmartListHandler
public SmartListHandler(ClassLoader loader, Class<?> interfaceType, org.openqa.selenium.support.pagefactory.ElementLocator locator, PageObject page, long implicitTimeoutInMilliseconds, long waitForTimeoutInMilliseconds)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-