Class StartSessionInterceptor


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void onSessionStart​(org.openqa.selenium.remote.RemoteWebDriver driver, java.lang.Runnable methodInvocationProxy, org.openqa.selenium.Capabilities capabilities)  
      • Methods inherited from class java.lang.Object

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

      • StartSessionInterceptor

        public StartSessionInterceptor()
    • Method Detail

      • onSessionStart

        @RuntimeType
        public static void onSessionStart​(@This
                                          org.openqa.selenium.remote.RemoteWebDriver driver,
                                          @SuperCall
                                          java.lang.Runnable methodInvocationProxy,
                                          @Argument(0)
                                          org.openqa.selenium.Capabilities capabilities)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception