init

Create a new session. The server should attempt to create a session that most closely matches the desired and required capabilities. Required capabilities have higher priority than desired capabilities and must be set for the session to be created.

Usage

1
browser.init([capabilities]);

Parameters

Param Type Details
capabilities Object An object describing the session’s desired capabilities.