This command is an alias to url and also a convenience method when called without any arguments in the sense that it performs a call to .url() with passing the value of launch_url field from the settings file.
Uses url protocol command.

Usage

Example

this.demoTest = function (client) {
  client.init();
};

Parameters

Name Type description
url
Optional
string

Url to navigate to.

callback
Optional
function

Optional callback function to be called when the command finishes.

See also