{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

UiAutomationWrapper

public class UiAutomationWrapper


Wrapper for UiAutomation object.

Ideally we wouldn't need this abstraction but since android.app.UiAutomation is final we need an abstraction on top to be able to mock it in tests.

Summary

Public methods

@NonNull Bitmap

Public methods

takeScreenshot

@NonNull
public Bitmap takeScreenshot()