package

androidx.test.runner.screenshot

Interfaces

ScreenCaptureProcessorInterface for an object that is capable of processing ScreenCaptures.

Classes

BasicScreenCaptureProcessorA basic ScreenCaptureProcessor for processing a ScreenCapture.
ScreenCaptureA ScreenCapture contains a bitmap of a device screen along with a set of ScreenCaptureProcessors that will be used to process the ScreenCapture when ScreenCapture.process() is called.
ScreenshotThe Screenshot instance provides methods to capture a ScreenCapture during instrumentation tests run on an android device.
UiAutomationWrapperWrapper for UiAutomation object.