Class StartSessionInterceptor
- java.lang.Object
-
- com.zebrunner.agent.core.webdriver.StartSessionInterceptor
-
public class StartSessionInterceptor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StartSessionInterceptor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidonSessionStart(org.openqa.selenium.remote.RemoteWebDriver driver, java.lang.Runnable methodInvocationProxy, org.openqa.selenium.Capabilities capabilities)
-
-
-
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
-
-