We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502a707 commit c2ab0a9Copy full SHA for c2ab0a9
README.md
@@ -27,9 +27,9 @@ This example (`examples/hello.js`) queries Google for 'webdriver' and returns
27
the titles of the results.
28
29
```javascript
30
-var WebDriver = require('selenium-node-webdriver');
+var webdriver = require('selenium-node-webdriver');
31
32
-WebDriver().
+webdriver().
33
then(function (driver) {
34
driver.get('http://www.google.com').
35
then(function () {
examples/hello.js
@@ -1,6 +1,6 @@
1
2
3
4
5
6
0 commit comments