You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
5.3 KiB
4 lines
5.3 KiB
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver</title><link href="dossier.css" rel="stylesheet" type="text/css"><div id="main-wrapper"><input type="checkbox" id="sidenav-toggle" /><main><header><h1>Module selenium-webdriver</h1><a class="source" href="/usr/local/google/home/jleyba/dev/selenium/build/javascript/node/selenium-webdriver/docs/source/index.js.src.html">code »</a></header><section><p>The main user facing module. Exports WebDriver's primary
|
|
public API and provides convenience assessors to certain sub-modules.</section><section><h2>Classes</h2><div class="type-summary"><table><tbody><tr><td><dl><dt><a href="class_webdriver_ActionSequence.html">ActionSequence</a><dd>Class for defining sequences of complex user interactions.<dt><a href="module_selenium-webdriver_builder_class_Builder.html">Builder</a><dd>Creates new <code class="type"><a href="class_webdriver_WebDriver.html">WebDriver</a></code> instances.<dt><a href="class_webdriver_Capabilities.html">Capabilities</a><dd>No Description.<dt><a href="class_webdriver_Command.html">Command</a><dd>Describes a command to be executed by the WebDriverJS framework.<dt><a href="class_webdriver_EventEmitter.html">EventEmitter</a><dd>Object that can emit events for others to listen for.<dt><a href="class_webdriver_Session.html">Session</a><dd>Contains information about a WebDriver session.<dt><a href="class_webdriver_WebDriver.html">WebDriver</a><dd>Creates a new WebDriver client, which provides control over a browser.<dt><a href="class_webdriver_WebElement.html">WebElement</a><dd>Represents a DOM element.</dl></table></div></section><section><h2>Enumerations</h2><div class="type-summary"><table><tbody><tr><td><dl><dt><a href="enum_webdriver_Browser.html">Browser</a><dd>Recognized browser names.<dt><a href="enum_webdriver_Button.html">Button</a><dd>Enumeration of the buttons used in the advanced interactions API.<dt><a href="enum_webdriver_Capability.html">Capability</a><dd>Common webdriver capability keys.<dt><a href="enum_webdriver_CommandName.html">CommandName</a><dd>Enumeration of predefined names command names that all command processors
|
|
will support.<dt><a href="enum_webdriver_Key.html">Key</a><dd>Representations of pressable keys that aren't text.</dl></table></div></section><div id="visibility-controls"><b>Show:</b><label for="show-public"><span><input type="checkbox" id="show-public" checked/></span>Public</label><label for="show-protected"><span><input type="checkbox" id="show-protected"/></span>Protected</label><label for="show-private"><span><input type="checkbox" id="show-private"/></span>Private</label></div><section id="static-properties"><h2>Properties</h2><div class="wrap-details public"><div><details><summary><div><a class="source" href="source/index.js.src.html#l40">code »</a><span class="member"><a name="By">By</a> : <code class="type"><a href="namespace_webdriver_By.html">webdriver.By</a></code></span></div><p>A collection of factory functions for creating <code class="type"><a href="class_webdriver_Locator.html">webdriver.Locator</a></code>
|
|
instances.</summary></details></div></div><div class="wrap-details public"><div><details><summary><div><a class="source" href="source/index.js.src.html#l108">code »</a><span class="member"><a name="error">error</a> : <code class="type"><a href="module_selenium-webdriver_error.html">selenium-webdriver/error</a></code></span></div></summary></details></div></div><div class="wrap-details public"><div><details><summary><div><a class="source" href="source/index.js.src.html#l114">code »</a><span class="member"><a name="logging">logging</a> : <code class="type"><a href="namespace_webdriver_logging.html">webdriver.logging</a></code></span></div></summary></details></div></div><div class="wrap-details public"><div><details><summary><div><a class="source" href="source/index.js.src.html#l120">code »</a><span class="member"><a name="promise">promise</a> : <code class="type"><a href="namespace_webdriver_promise.html">webdriver.promise</a></code></span></div></summary></details></div></div><div class="wrap-details public"><div><details><summary><div><a class="source" href="source/index.js.src.html#l126">code »</a><span class="member"><a name="stacktrace">stacktrace</a> : <code class="type"><a href="namespace_webdriver_stacktrace.html">webdriver.stacktrace</a></code></span></div></summary></details></div></div></section></main><nav id="topnav"><div><div id="menubutton"><label for="sidenav-toggle">Menu</label></div><form id="searchbox"><div><input type="search" placeholder="Search" tabindex="1"></div></form></div></nav><nav id="sidenav"><input type="checkbox" id="sidenav-types-ctrl" /><input type="checkbox" id="sidenav-files-ctrl" /><input type="checkbox" id="sidenav-modules-ctrl" /><a id="sidenav-overview"><div><h4>Overview</h4></div></a><div id="sidenav-types"><label for="sidenav-types-ctrl"><h4>Types</h4></label><i>No data</i></div><div id="sidenav-modules"><label for="sidenav-modules-ctrl"><h4>Modules</h4></label><i>No data</i></div><div id="sidenav-files"><label for="sidenav-files-ctrl"><h4>Files</h4></label><i>No data</i></div><a href="license.html"><div><h4>License</h4></div></a></nav><div id="push-footer"></div></div><footer><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></footer><script src="types.js"></script><script src="dossier.js"></script> |