openDevice()
|
|
|
|
|
The command will open the reflection of the active device under test during runtime
No parameters
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.
client.setDevice("ios_app:iPhone6");client.openDevice();