selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
30 lines • 4.71 kB
HTML
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"><meta http-equiv="Content-Language" content="en"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>webdriver</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><div><form><div><input type="search" placeholder="Search" tabindex="1"></div></form></div></header><main><article><div class="codelink"><a href="source/lib/webdriver/serializable.js.src.html#l18">View Source</a></div><h1>namespace webdriver</h1><h2>Types</h2><dl><dt><a href="class_webdriver_ActionSequence.html">ActionSequence</a><dd><p>Class for defining sequences of complex user interactions.</p>
<dt><a href="class_webdriver_Alert.html">Alert</a><dd><p>Represents a modal dialog such as <code>alert</code>, <code>confirm</code>, or
<code>prompt</code>.</p>
<dt><a href="class_webdriver_AlertPromise.html">AlertPromise</a><dd><p>AlertPromise is a promise that will be fulfilled with an Alert.</p>
<dt><a href="enum_webdriver_Browser.html">Browser</a><dd><p>Recognized browser names.</p>
<dt><a href="enum_webdriver_Button.html">Button</a><dd><p>Enumeration of the buttons used in the advanced interactions API.</p>
<dt><a href="class_webdriver_Capabilities.html">Capabilities</a><dd><p>No description.</p>
<dt><a href="enum_webdriver_Capability.html">Capability</a><dd><p>Common webdriver capability keys.</p>
<dt><a href="class_webdriver_Command.html">Command</a><dd><p>Describes a command to be executed by the WebDriverJS framework.</p>
<dt><a href="interface_webdriver_CommandExecutor.html">CommandExecutor</a><dd><p>Handles the execution of WebDriver <a href="class_webdriver_Command.html"><code>commands</code></a>.</p>
<dt><a href="enum_webdriver_CommandName.html">CommandName</a><dd><p>Enumeration of predefined names command names that all command processors
will support.</p>
<dt><a href="class_webdriver_EventEmitter.html">EventEmitter</a><dd><p>Object that can emit events for others to listen for.</p>
<dt><a href="class_webdriver_FileDetector.html">FileDetector</a><dd><p>Used with <a href="class_webdriver_WebElement.html#sendKeys"><code>WebElement#sendKeys</code></a> on file
input elements (<code><input type="file"></code>) to detect when the entered key
sequence defines the path to a file.</p>
<dt><a href="enum_webdriver_Key.html">Key</a><dd><p>Representations of pressable keys that aren't text.</p>
<dt><a href="class_webdriver_Locator.html">Locator</a><dd><p>An element locator.</p>
<dt><a href="class_webdriver_Serializable.html">Serializable</a><dd><p>Defines an object that can be asynchronously serialized to its WebDriver
wire representation.</p>
<dt><a href="class_webdriver_Session.html">Session</a><dd><p>Contains information about a WebDriver session.</p>
<dt><a href="class_webdriver_TouchSequence.html">TouchSequence</a><dd><p>Class for defining sequences of user touch interactions.</p>
<dt><a href="class_webdriver_UnhandledAlertError.html">UnhandledAlertError</a><dd><p>An error returned to indicate that there is an unhandled modal dialog on the
current page.</p>
<dt><a href="class_webdriver_WebDriver.html">WebDriver</a><dd><p>Creates a new WebDriver client, which provides control over a browser.</p>
<dt><a href="class_webdriver_WebElement.html">WebElement</a><dd><p>Represents a DOM element.</p>
<dt><a href="class_webdriver_WebElementPromise.html">WebElementPromise</a><dd><p>WebElementPromise is a promise that will be fulfilled with a WebElement.</p>
</dl><h2>Type Definitions</h2><div id="webdriver.ProxyConfig" class="property"><dl><dt><a href="source/lib/webdriver/capabilities.js.src.html#l65">webdriver.ProxyConfig</a><code>{proxyType: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>}</code><dd><p>Describes how a proxy should be configured for a WebDriver session.
Proxy configuration object, as defined by the WebDriver wire protocol.</p>
</dl></div></article><nav><h3><a href="index.html" tabindex="2">Overview</a></h3><div><input type="checkbox" id="nav-modules" checked/><label for="nav-modules"><h3><span class="selectable" tabindex="2">Modules</span></h3></label><div id="nav-modules-view"></div></div><div><input type="checkbox" id="nav-types" checked/><label for="nav-types"><h3><span class="selectable" tabindex="2">Types</span></h3></label><div id="nav-types-view"></div></div><h3><a href="Changes.html" tabindex="2">Changes</a></h3></nav></main><footer><div><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></div></footer><script src="types.js"></script><script src="dossier.js"></script>