Skip to content

Plugin: relaxed-caps

Command

createSession

POST /session

Start a new automation session

See

https://w3c.github.io/webdriver/#new-session

Parameters

Name Type Description
desiredCapabilities? any the new session capabilities
requiredCapabilities? any another place the new session capabilities could be sent (typically left undefined)
capabilities? any another place the new session capabilities could be sent (typically left undefined)

Response

any

The capabilities object representing the created session