To share the session ID:
In the Perfecto Lab, open a mobile device.
On the device tab, in the device toolbar, click the Copy Session ID button .
In the Copy session ID form, copy the session ID or capability code sample to the clipboard.
In the IDE you are using, add the deviceSessionID
capability to your script.
3d3718b8-0700-4ecb-99dd-71c1def7138b |
capabilities.setCapability("deviceSessionId", "3d3718b8-0700-4ecb-99dd-71c1def7138b"); |
If you have 2 or more devices open, also specify the device ID to use (same as you would do if running a test on a device without the device being open in the Perfecto Lab), as follows:
On the device toolbar, click the information icon .
In the IDE you are using, add the deviceName
capability to your script.
capabilities.setCapability("deviceName", "00008030-001D29661488802E"); |
|