This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Setting Up Protractor with Appium - Android/Chrome
1010
1111Use ` webdriver-manager ` to install ` appium ` and the Android SDK. See details
1212[ on the WebDriver Manager page] (
13- https://github.com/angular/webdriver-manager/blob/master/mobile.md ).
13+ https://github.com/angular/webdriver-manager/blob/master/docs/ mobile.md ).
1414
1515###### Running Tests
1616* Ensure app is running if testing local app (Skip if testing public website):
@@ -21,7 +21,7 @@ Starting express web server in /workspace/protractor/testapp on port 8000
2121```
2222
2323* Start appium and the Android Emulators (details [ on the WebDriver Manager
24- page] ( https://github.com/angular/webdriver-manager/blob/master/mobile.md ) ).
24+ page] ( https://github.com/angular/webdriver-manager/blob/master/docs/ mobile.md ) ).
2525
2626``` shell
2727> webdriver-manager start --android
@@ -72,7 +72,7 @@ Setting Up Protractor with Appium - iOS/Safari
7272
7373Use ` webdriver-manager ` to install ` appium ` and the Android SDK. See details
7474[ on the WebDriver Manager page] (
75- https://github.com/angular/webdriver-manager/blob/master/mobile.md ).
75+ https://github.com/angular/webdriver-manager/blob/master/docs/ mobile.md ).
7676
7777###### Running Tests
7878* Ensure app is running if testing local app (Skip if testing public website):
You can’t perform that action at this time.
0 commit comments