launch
Launch the session for the desired capabilities. Note that this is the companion
to the autoLaunch=false
capability. This is not for launching arbitrary
apps/activities — for that use startActivity
.
This is for continuing the initialization (“launch”) process if you have used
autoLaunch=false
.
Usage
1 | browser.launch(); |
Example
1 | it('should launch capability', function () { |
Support