Class PublicMethodInvocationInterceptor


  • public class PublicMethodInvocationInterceptor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object onPublicMethodInvocation​(org.openqa.selenium.remote.RemoteWebDriver driver, java.util.concurrent.Callable<java.lang.Object> proxy)  
      • Methods inherited from class java.lang.Object

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

      • PublicMethodInvocationInterceptor

        public PublicMethodInvocationInterceptor()
    • Method Detail

      • onPublicMethodInvocation

        @RuntimeType
        public static java.lang.Object onPublicMethodInvocation​(@This
                                                                org.openqa.selenium.remote.RemoteWebDriver driver,
                                                                @SuperCall
                                                                java.util.concurrent.Callable<java.lang.Object> proxy)
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception