public interface ScreenshotStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
takeScreenshot(java.lang.String screenshotName,
ScreenshotCallback screenshotCallback) |
void takeScreenshot(java.lang.String screenshotName,
ScreenshotCallback screenshotCallback)
screenshotName - The screenshot name given to Screengrab.screenshot(String).
Should be passed through to the screenshotCallback.screenshotCallback - The callback object to notify after the screenshot is captured