Class ElementInterceptor

    • Constructor Summary

      Constructors 
      Constructor Description
      ElementInterceptor​(org.openqa.selenium.support.pagefactory.ElementLocator locator, java.lang.ref.WeakReference<org.openqa.selenium.WebDriver> driver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getObject​(org.openqa.selenium.WebElement element, java.lang.reflect.Method method, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElementInterceptor

        public ElementInterceptor​(org.openqa.selenium.support.pagefactory.ElementLocator locator,
                                  java.lang.ref.WeakReference<org.openqa.selenium.WebDriver> driver)
    • Method Detail

      • getObject

        protected java.lang.Object getObject​(org.openqa.selenium.WebElement element,
                                             java.lang.reflect.Method method,
                                             java.lang.Object[] args)
                                      throws java.lang.Throwable
        Specified by:
        getObject in class InterceptorOfASingleElement
        Throws:
        java.lang.Throwable