org.openqa.selenium.support.pagefactory.internal
Class LocatingElementHandler

java.lang.Object
  extended by org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler
All Implemented Interfaces:
InvocationHandler

public class LocatingElementHandler
extends Object
implements InvocationHandler


Constructor Summary
LocatingElementHandler(ElementLocator locator)
           
 
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

LocatingElementHandler

public LocatingElementHandler(ElementLocator locator)
Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.