Abra

class Abra

The Abra class is the entry point for executing accessibility tests.

Use the create method to create a new instance.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Configure Abra rules

Link copied to clipboard

Configure Abra rules using ruleset

Link copied to clipboard

Returns the applications running on the device and their visibility. If visibility is true, the app is running in the foreground, else in background.

Link copied to clipboard
fun audit(ruleset: Ruleset): List<Result>

Perform audit using the given ruleset

fun audit(rules: List<Rule>): List<Result>

Perform an audit using the given rules

Link copied to clipboard

Configure Google rules

Link copied to clipboard

Configure Google rules using ruleset

Link copied to clipboard
fun rules(ruleset: Ruleset): List<Rule>

Configure rules using a ruleset.

Link copied to clipboard

Captures a snapshot of the configured app