Package jp.vmi.selenium.selenese.inject
Class ScreenshotInterceptor
java.lang.Object
jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
jp.vmi.selenium.selenese.inject.ScreenshotInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class ScreenshotInterceptor extends AbstractDoCommandInterceptor
Interceptor for screenshot.
-
Constructor Summary
Constructors Constructor Description ScreenshotInterceptor() -
Method Summary
Methods inherited from class jp.vmi.selenium.selenese.inject.AbstractDoCommandInterceptor
invoke
-
Constructor Details
-
ScreenshotInterceptor
public ScreenshotInterceptor()
-
-
Method Details