selenium-webdriver
Version:
The official WebDriver JavaScript bindings from the Selenium project
23 lines • 3.91 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>selenium-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/index.js.src.html#l23">View Source</a></div><h1>module selenium-webdriver</h1><p>The main user facing module. Exports WebDriver's primary
public API and provides convenience assessors to certain sub-modules.</p>
<h2>Types</h2><dl><dt><a href="module_selenium-webdriver_class_ActionSequence.html">ActionSequence</a><dd><p>Class for defining sequences of complex user interactions.</p>
<dt><a href="module_selenium-webdriver_enum_Browser.html">Browser</a><dd><p>Recognized browser names.</p>
<dt><a href="module_selenium-webdriver_class_Builder.html">Builder</a><dd><p>Creates new <a href="class_webdriver_WebDriver.html"><code>WebDriver</code></a> instances.</p>
<dt><a href="module_selenium-webdriver_enum_Button.html">Button</a><dd><p>Enumeration of the buttons used in the advanced interactions API.</p>
<dt><a href="module_selenium-webdriver_class_Capabilities.html">Capabilities</a><dd><p>No description.</p>
<dt><a href="module_selenium-webdriver_enum_Capability.html">Capability</a><dd><p>Common webdriver capability keys.</p>
<dt><a href="module_selenium-webdriver_class_Command.html">Command</a><dd><p>Describes a command to be executed by the WebDriverJS framework.</p>
<dt><a href="module_selenium-webdriver_enum_CommandName.html">CommandName</a><dd><p>Enumeration of predefined names command names that all command processors
will support.</p>
<dt><a href="module_selenium-webdriver_class_EventEmitter.html">EventEmitter</a><dd><p>Object that can emit events for others to listen for.</p>
<dt><a href="module_selenium-webdriver_class_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="module_selenium-webdriver_enum_Key.html">Key</a><dd><p>Representations of pressable keys that aren't text.</p>
<dt><a href="module_selenium-webdriver_class_Serializable.html">Serializable</a><dd><p>Defines an object that can be asynchronously serialized to its WebDriver
wire representation.</p>
<dt><a href="module_selenium-webdriver_class_Session.html">Session</a><dd><p>Contains information about a WebDriver session.</p>
<dt><a href="module_selenium-webdriver_class_WebDriver.html">WebDriver</a><dd><p>Creates a new WebDriver client, which provides control over a browser.</p>
<dt><a href="module_selenium-webdriver_class_WebElement.html">WebElement</a><dd><p>Represents a DOM element.</p>
<dt><a href="module_selenium-webdriver_class_WebElementPromise.html">WebElementPromise</a><dd><p>WebElementPromise is a promise that will be fulfilled with a WebElement.</p>
</dl></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>