Class QuitSessionInterceptor


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

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

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

      • QuitSessionInterceptor

        public QuitSessionInterceptor()
    • Method Detail

      • onSessionClose

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