net.thucydides.core.annotations.locators
Class SmartElementHandler

Package class diagram package SmartElementHandler
java.lang.Object
  extended by net.thucydides.core.annotations.locators.SmartElementHandler
All Implemented Interfaces:
InvocationHandler

public class SmartElementHandler
extends Object
implements InvocationHandler


Constructor Summary
SmartElementHandler(Class<?> interfaceType, org.openqa.selenium.support.pagefactory.ElementLocator locator, org.openqa.selenium.WebDriver driver, long timeoutInMilliseconds)
           
 
Method Summary
 Object invoke(Object object, Method method, Object[] objects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartElementHandler

public SmartElementHandler(Class<?> interfaceType,
                           org.openqa.selenium.support.pagefactory.ElementLocator locator,
                           org.openqa.selenium.WebDriver driver,
                           long timeoutInMilliseconds)
Method Detail

invoke

public Object invoke(Object object,
                     Method method,
                     Object[] objects)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.