Skip to main content

SeeTest Client - AccessibilityStart

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Description

Starts the Accessibility Inspector service on the device.

The service runs until AccessibilityStop is called, or the driver is released.

This command performs the Home action. Therefore, you need to relaunch the application afterwards.

Parameters

Android - TargetPackage of the application

iOS - None.

Usage

iOS Java Example

client.accessibilityStart();

Android Java Example

client.accessibilityStart("com.experitest.ExperiBank");