Skip to content

Commit 0223cb7

Browse files
committed
Revert the automator to appium as the UiAutomator2 causes a Proxy error: Could not proxy command to remote server. Original error: 404 error.
1 parent 4985cb9 commit 0223cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appium.capabilities.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"android23": {
3-
"automationName": "UiAutomator2",
3+
"automationName": "appium",
44
"platformName": "Android",
55
"platformVersion": "6.0",
66
"deviceName": "Android Emulator",
@@ -10,7 +10,7 @@
1010
"appActivity": "com.tns.NativeScriptActivity"
1111
},
1212
"ios-simulator103iPhone6": {
13-
"automationName": "UiAutomator2",
13+
"automationName": "appium",
1414
"platformName": "iOS",
1515
"platformVersion": "10.3",
1616
"deviceName": "iPhone Simulator",

0 commit comments

Comments
 (0)