Skip to content

Commit 5dd97bd

Browse files
Update The-starting-of-an-app-using-Appium-node-server-started-programmatically.md
1 parent 7917a7b commit 5dd97bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ At this case user is able to set up values of the **NODE_BINARY_PATH** (The envi
6262
System.setProperty(AppiumServiceBuilder.NODE_PATH ,
6363
"the path to the desired node.js executable");
6464

65-
System.setProperty(AppiumServiceBuilder.APPIUM_BINARY_PATH ,
65+
System.setProperty(AppiumServiceBuilder.APPIUM_PATH ,
6666
"the path to the desired appium.js or main.js");
6767

6868
AppiumDriverLocalService service = AppiumDriverLocalService.buildDefaultService();
@@ -286,4 +286,4 @@ If it is necessary to keep the service alive during a long time then something l
286286
....
287287

288288
new IOSDriver<MobileElement>(service.getUrl(), capabilities)
289-
```
289+
```

0 commit comments

Comments
 (0)