View Source Improve this doc

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

launch.js
1
2
3
it('should launch capability', function () {
browser.launch();
});

Support

Support for ios Support for android