Skip to content

Commit

Permalink
Bump webdriverjs to 2.45.1
Browse files Browse the repository at this point in the history
Includes a doc refresh to pick up API additions.
  • Loading branch information
jleyba committed Mar 2, 2015
1 parent 2d0eea9 commit e7fdca3
Show file tree
Hide file tree
Showing 25 changed files with 71 additions and 36 deletions.
3 changes: 2 additions & 1 deletion docs/api/javascript/Changes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE 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>Changes</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><div><form><div><input type="search" placeholder="Search"></div></form></div></header><main><article class="indexfile"><h2>v2.45.0</h2><h3>Important Policy Change</h3><p>Starting with the 2.45.0 release, selenium-webdriver will support the last two stable minor releases for Node. For 2.45.0, this means Selenium will support Node 0.10.x and 0.12.x. Support for the intermediate, un-stable release (0.11.x) is &#34;best-effort&#34;. This policy will be re-evaluated once Node has a major version release (i.e. 1.0.0).</p><h3>Change Summary</h3>
<!DOCTYPE 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>Changes</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><div><form><div><input type="search" placeholder="Search"></div></form></div></header><main><article class="indexfile"><h2>v2.45.1</h2>
<ul><li>FIXED: 8548: Task callbacks are once again dropped if the task was cancelled due to a previously uncaught error within the frame.</li><li>FIXED: 8496: Extended the <code>chrome.Options</code> API to cover all configuration options (e.g. mobile emulation and performance logging) documented on the ChromeDriver <a href="https://sites.google.com/a/chromium.org/chromedriver/capabilities">project site</a>.</li></ul><h2>v2.45.0</h2><h3>Important Policy Change</h3><p>Starting with the 2.45.0 release, selenium-webdriver will support the last two stable minor releases for Node. For 2.45.0, this means Selenium will support Node 0.10.x and 0.12.x. Support for the intermediate, un-stable release (0.11.x) is &#34;best-effort&#34;. This policy will be re-evaluated once Node has a major version release (i.e. 1.0.0).</p><h3>Change Summary</h3>
<ul><li>Added native browser support for Internet Explorer, Opera 26&#43;, and Safari</li><li>With the release of <a href="http://blog.nodejs.org/2015/02/06/node-v0-12-0-stable/">Node 0.12.0</a> (finally!), the minimum supported version of Node is now <code>0.10.x</code>.</li><li><p>The <code>promise</code> module is now <a href="https://promisesaplus.com/">Promises/A&#43;</a> compliant. The biggest compliance change is that promise callbacks are now invoked in a future turn of the JS event loop. For example:</p>
<pre><code>var promise &#61; require(&#39;selenium-webdriver&#39;).promise;
console.log(&#39;start&#39;);
Expand Down
2 changes: 1 addition & 1 deletion docs/api/javascript/class_webdriver_Capabilities.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/api/javascript/class_webdriver_promise_Callback_.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/api/javascript/class_webdriver_promise_Frame_.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/api/javascript/class_webdriver_promise_Task_.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/javascript/class_webdriver_stacktrace_Frame.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions docs/api/javascript/module_selenium-webdriver_chrome.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/api/javascript/namespace_webdriver_promise.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/javascript/namespace_webdriver_stacktrace.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/javascript/source/chrome.js.src.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/javascript/source/lib/atoms/json.js.src.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/javascript/source/lib/goog/deps.js.src.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/javascript/types.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.45.1-dev
## v2.45.1

* FIXED: 8548: Task callbacks are once again dropped if the task was cancelled
due to a previously uncaught error within the frame.
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "2.45.1-dev",
"version": "2.45.1",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"keywords": [
"automation",
Expand Down

0 comments on commit e7fdca3

Please sign in to comment.