Skip to main content

SeeTest Client - OpenDevice

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 .

openDevice()

Description

The command will open the reflection of the active device under test during runtime.

Parameters

No parameters

Usage

info

Note: This command is available only from and external testing framework.

Scenario**:** In the following example I will open the reflection of the device during runtime. First need to specify the device. Then to open its reflection.

Java Example

client.setDevice("ios_app:iPhone6");
client.openDevice();