Skip to content

Commit

Permalink
[js] Remove references to unsupported versions of Node from the README
Browse files Browse the repository at this point in the history
and example code
  • Loading branch information
jleyba committed Jan 16, 2016
1 parent 9318a4b commit c9caf53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions javascript/node/selenium-webdriver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ interaction with the browser.

## Installation

Selenium supports Node `0.12.x` and `4.x`. Users on Node `0.12.x` must run with
the --harmony flag. Selenium may be installed via npm with
Selenium may be installed via npm with

npm install selenium-webdriver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
// under the License.

/**
* @fileoverview An example WebDriver script using Harmony generator functions.
* This requires node v0.11 or newer.
* @fileoverview An example WebDriver script using generator functions.
*
* Usage: node --harmony-generators \
* selenium-webdriver/example/google_search_generator.js
* Usage: node selenium-webdriver/example/google_search_generator.js
*/

var webdriver = require('..'),
Expand Down

0 comments on commit c9caf53

Please sign in to comment.