Skip to content

Commit 37be781

Browse files
authored
Update mobile_capabilities.py
1 parent 02f478c commit 37be781

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/mobile_capabilities.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"platformVersion": "16.6",
44
"deviceName": "iPhone Xs Max",
55
"automationName": "XCUITest",
6-
"udid": "00008020-00093C613AB8003A",
7-
"xcodeOrgId": "5JZ49M8U7N",
6+
"udid": "########-################",
7+
"xcodeOrgId": "###########",
88
"xcodeSigningId": "iPhone Developer",
99
"appInstallStrategy": "ios-deploy",
1010
"wdaLocalPort": "8100"
@@ -20,7 +20,7 @@
2020

2121
google_pixel_7_android_13 = {
2222
"platformName": "Android",
23-
"deviceName": "35111FDH20053N",
23+
"deviceName": "#############",
2424
"automationName": "UiAutomator2",
2525
"systemPort": "8200"
2626
}
@@ -31,4 +31,4 @@
3131
"avd": "Pixel_6_Pro_API_33",
3232
"automationName": "UiAutomator2",
3333
"systemPort": "8201"
34-
}
34+
}

0 commit comments

Comments
 (0)