Provides and manages access to the web drivers.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait LazyLoggingclass Objecttrait Matchableclass Any
Members list
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.
Attributes
Gets the number of open sesions.
Gets the number of open sesions.
Attributes
Gets the number of open windows.
Gets the number of open windows.
Attributes
Quits all browsers and closes the web drivers (if any have loaded).
Quits all browsers and closes the web drivers (if any have loaded).
Attributes
Quits a named browser and associated web driver instance.
Quits a named browser and associated web driver instance.
Attributes
Resets the driver manager.
Resets the driver manager.
Attributes
Switches to the top window / first frame
Switches to the top window / first frame
Attributes
Starts and switches to a new tab or window.
Starts and switches to a new tab or window.
Value parameters
- winType
-
tab or window
Attributes
Switches to the parent window.
Switches to the parent window.
Attributes
Switches the web driver session
Switches the web driver session
Value parameters
- session
-
the name of the session to switch to
Attributes
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, ..)
Attributes
Invokes a function that performs an operation on the current web driver.
Invokes a function that performs an operation on the current web driver.
Value parameters
- f
-
the function to perform
Attributes
Inherited fields
Attributes
- Inherited from:
- LazyLogging