| Interface | Description |
|---|---|
| ScreenshotCallback |
Callback interface that allows the handling of captured screenshots to happen asynchronous to
the test runner
Implementations must dispose of the Bitmap passed to
ScreenshotCallback.screenshotCaptured(String, Bitmap) |
| ScreenshotStrategy |
Interface supporting multiple implementations for capturing screenshots
|
| Class | Description |
|---|---|
| DecorViewScreenshotStrategy |
Screenshot strategy that captures the contents of a Window's decor view.
|
| FalconScreenshotStrategy |
Screenshot strategy that delegates to Falcon for screenshot capture.
|
| FileWritingScreenshotCallback |
Default
ScreenshotCallback implementation that stores the captured Bitmap on the file
system in the structure that the Screengrab command-line utility expects. |
| Screengrab | |
| UiAutomatorScreenshotStrategy |
Screenshot strategy that delegates to UiAutomation for screenshot capture.
|