Optional
other: {} | Capabilities | Map<string, any>Another set of capabilities to initialize this instance from.
the configured proxy settings, or undefined if not set.
an iterator of the keys set.
Merges another set of capabilities into this instance.
The other set of capabilities to merge.
A self reference.
The capability key.
The capability value.
A self reference.
If the key
is not a string.
Sets whether a WebDriver session should implicitly accept self-signed, or other untrusted TLS certificates on navigation.
whether to accept insecure certs.
a self reference.
Sets the default action to take with an unexpected alert before returning an error. If unspecified, WebDriver will default to UserPromptHandler.DISMISS_AND_NOTIFY.
The way WebDriver should respond to unhandled user prompts.
A self reference.
Sets the name of the target browser.
the browser name.
a self reference.
Sets the desired version of the target browser.
the desired version.
a self reference.
Sets the logging preferences. Preferences may be specified as a ./logging.Preferences instance, or as a map of log-type to log-level.
The logging preferences.
A self reference.
Sets the desired page loading strategy for a new WebDriver session.
the desired strategy.
a self reference.
Sets the target platform.
the target platform.
a self reference.
Sets the proxy configuration for this instance.
The desired proxy configuration.
A self reference.
Static
chromeA basic set of capabilities for Chrome.
Static
edgeA basic set of capabilities for Microsoft Edge.
Static
firefoxA basic set of capabilities for Firefox.
Static
ieA basic set of capabilities for Internet Explorer.
Static
safariA basic set of capabilities for Safari.
Generated using TypeDoc
Describes a set of capabilities for a WebDriver session.