Skip to content

Commit 7834fed

Browse files
authored
Update ConfiguringProjectSettings.md
1 parent 23064f9 commit 7834fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ConfiguringProjectSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ In addition to support for desktop browsers, **Selenium Foundation** provides th
148148
| Windows | [source](../src/main/java/com/nordstrom/automation/selenium/plugins/WindowsPlugin.java) |
149149
| XCUITest | [source](../src/main/java/com/nordstrom/automation/selenium/plugins/XCUITestPlugin.java) |
150150

151-
Note that no Java dependencies are required for **Selenium Foundation** to launch the associated Grid node. However, you'll need to have Appium and its dependencies [installed](http://appium.io/docs/en/about-appium/getting-started/) on your system. At a minimum, you need `NodeJS`, `NPM` (Node Package Manager), and `Appium` itself. By default, **Selenium Foundation** will search for `NodeJS` and `NPM` on the system path, and expects to find `Appium` in the global Node package repository. However, you can supply explicit paths to these item in your settings:
151+
Note that no Java dependencies are required for **Selenium Foundation** to launch the associated Grid node. However, you'll need to have Appium and its dependencies [installed](https://appium.io/docs/en/latest/quickstart/install/) on your system. At a minimum, you need `NodeJS`, `NPM` (Node Package Manager), and `Appium` itself. By default, **Selenium Foundation** will search for `NodeJS` and `NPM` on the system path, and expects to find `Appium` in the global Node package repository. However, you can supply explicit paths to these item in your settings:
152152

153153
###### Appium Binary Paths
154154

0 commit comments

Comments
 (0)