Provides and manages access to the web drivers.
- Companion:
- object
Value members
Concrete methods
Starts a new session if there isn't one or stays in the current one.
Starts a new session if there isn't one or stays in the current one.
Quits all browsers and closes the web drivers (if any have loaded).
Quits all browsers and closes the web drivers (if any have loaded).
Quits a named browser and associated web driver instance.
Quits a named browser and associated web driver instance.
Starts and switches to a new tab or window.
Starts and switches to a new tab or window.
- Value parameters:
- winType
tab or window
Switches the web driver session
Switches the web driver session
- Value parameters:
- session
the name of the session to switch to
Switches to a tab or window occurance.
Switches to a tab or window occurance.
- Value parameters:
- occurrence
the tag or window occurrence to switch to (primary is zero, 1st opened is 1, 2nd open is 2, ..)