Skip to content

Commit 72894b9

Browse files
committed
Bump webdriverjs version to 2.41.0 and update published docs.
1 parent 0da05da commit 72894b9

25 files changed

+33
-33
lines changed

Diff for: docs/api/javascript/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ <h2>Installation</h2>
88
natively supports the <a href="http://chromedriver.storage.googleapis.com/index.html">ChromeDriver</a>.
99
Simply download a copy and make sure it can be found on your <code>PATH</code>. The other
1010
drivers (e.g. Firefox, Internet Explorer, and Safari), still require the
11-
<a href="https://code.google.com/p/selenium/downloads/list">standalone Selenium server</a>.</p>
11+
<a href="http://selenium-release.storage.googleapis.com/index.html">standalone Selenium server</a>.</p>
1212
<h3>Running the tests</h3>
1313
<p>To run the tests, you will need to download a copy of the
1414
<a href="http://chromedriver.storage.googleapis.com/index.html">ChromeDriver</a> and make
1515
sure it can be found on your <code>PATH</code>.</p>
1616
<pre><code>npm test selenium-webdriver
1717
</code></pre>
1818
<p>To run the tests against multiple browsers, download the
19-
<a href="https://code.google.com/p/selenium/downloads/list">Selenium server</a> and
19+
<a href="http://selenium-release.storage.googleapis.com/index.html">Selenium server</a> and
2020
specify its location through the <code>SELENIUM_SERVER_JAR</code> environment variable.
2121
You can use the <code>SELENIUM_BROWSER</code> environment variable to define a
2222
comma-separated list of browsers you wish to test against. For example:</p>

Diff for: docs/api/javascript/module_selenium-webdriver.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!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="/Users/jleyba/Development/selenium2/build/javascript/node/selenium-webdriver/docs/source/index.js.src.html">code &raquo;</a></header><section><p>The main user facing module. Exports WebDriver's primary
1+
<!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 &raquo;</a></header><section><p>The main user facing module. Exports WebDriver's primary
22
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
33
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 &raquo;</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>
4-
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 &raquo;</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 &raquo;</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#l120">code &raquo;</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>
4+
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 &raquo;</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 &raquo;</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 &raquo;</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 &raquo;</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>

Diff for: docs/api/javascript/module_selenium-webdriver__base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver/_base</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/_base</h1><a class="source" href="/Users/jleyba/Development/selenium2/build/javascript/node/selenium-webdriver/docs/source/_base.js.src.html">code &raquo;</a></header><section><p>The base module responsible for bootstrapping the Closure
1+
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver/_base</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/_base</h1><a class="source" href="/usr/local/google/home/jleyba/dev/selenium/build/javascript/node/selenium-webdriver/docs/source/_base.js.src.html">code &raquo;</a></header><section><p>The base module responsible for bootstrapping the Closure
22
library and providing a means of loading Closure-based modules.
33

44
<p>Each script loaded by this module will be granted access to this module's
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver/builder</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/builder</h1><a class="source" href="/Users/jleyba/Development/selenium2/build/javascript/node/selenium-webdriver/docs/source/builder.js.src.html">code &raquo;</a></header><section></section><section><h2>Classes</h2><div class="type-summary"><table><tbody><tr><td><dl><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.</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></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>
1+
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver/builder</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/builder</h1><a class="source" href="/usr/local/google/home/jleyba/dev/selenium/build/javascript/node/selenium-webdriver/docs/source/builder.js.src.html">code &raquo;</a></header><section></section><section><h2>Classes</h2><div class="type-summary"><table><tbody><tr><td><dl><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.</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></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>

Diff for: docs/api/javascript/module_selenium-webdriver_chrome.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver/chrome</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/chrome</h1><a class="source" href="/Users/jleyba/Development/selenium2/build/javascript/node/selenium-webdriver/docs/source/chrome.js.src.html">code &raquo;</a></header><section></section><section><h2>Classes</h2><div class="type-summary"><table><tbody><tr><td><dl><dt><a href="module_selenium-webdriver_chrome_class_Options.html">Options</a><dd>Class for managing ChromeDriver specific options.<dt><a href="module_selenium-webdriver_chrome_class_ServiceBuilder.html">ServiceBuilder</a><dd>Creates <code class="type"><a class="unresolved-link">remote.DriverService</a></code> instances that manage a ChromeDriver
1+
<!DOCTYPE html><meta charset="UTF-8"><meta http-equiv="Content-Language" content="en" /><title>selenium-webdriver/chrome</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/chrome</h1><a class="source" href="/usr/local/google/home/jleyba/dev/selenium/build/javascript/node/selenium-webdriver/docs/source/chrome.js.src.html">code &raquo;</a></header><section></section><section><h2>Classes</h2><div class="type-summary"><table><tbody><tr><td><dl><dt><a href="module_selenium-webdriver_chrome_class_Options.html">Options</a><dd>Class for managing ChromeDriver specific options.<dt><a href="module_selenium-webdriver_chrome_class_ServiceBuilder.html">ServiceBuilder</a><dd>Creates <code class="type"><a class="unresolved-link">remote.DriverService</a></code> instances that manage a ChromeDriver
22
server.</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-functions"><h2>Functions</h2><div class="wrap-details public"><div><details class="function"><summary><div><a class="source" href="source/chrome.js.src.html#l470">code &raquo;</a><span class="member"><a name="createDriver">createDriver</a> <span class="args">( opt_options, opt_service )</span> &rArr; <code class="type">!<a href="class_webdriver_WebDriver.html">webdriver.WebDriver</a></code></span></div><p>Creates a new ChromeDriver session.</summary><div class="info"><table><tbody><tr><th>Parameters<tr><td><dl><dt>opt_options: <code class="type">(<a href="class_webdriver_Capabilities.html">webdriver.Capabilities</a>|Options)=</code><dd>The session options.<dt>opt_service: <code class="type">remote.DriverService=</code><dd>The session to use; will use
33
the <code class="type"><a class="unresolved-link">default service</a></code> by default.</dl><tr><th>Returns<tr><td><dl>A new WebDriver instance.</dl></table></div></details></div></div><div class="wrap-details public"><div><details class="function"><summary><div><a class="source" href="source/chrome.js.src.html#l471">code &raquo;</a><span class="member"><a name="getDefaultService">getDefaultService</a> <span class="args">( )</span> &rArr; <code class="type">!remote.DriverService</code></span></div><p>Returns the default ChromeDriver service. If such a service has not been
44
configured, one will be constructed using the default configuration for

0 commit comments

Comments
 (0)