You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ exports.config = {
43
43
}
44
44
```
45
45
46
-
The configuration file must specify a way to connection to webdriver. This can be
46
+
The configuration file must specify a way to connect to webdriver. This can be
47
47
*`seleniumAddress`: The address of a running selenium standalone server.
48
48
*`seleniumServerJar`: The location of the selenium standalone .jar file on your machine. Protractor will use this to start up the selenium server.
49
49
*`sauceUser` and `sauceKey`: The username and key for a [SauceLabs](http://www.saucelabs.com) account. Protractor will use this to run tests on SauceLabs.
0 commit comments