We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f478c commit 37be781Copy full SHA for 37be781
utils/mobile_capabilities.py
@@ -3,8 +3,8 @@
3
"platformVersion": "16.6",
4
"deviceName": "iPhone Xs Max",
5
"automationName": "XCUITest",
6
- "udid": "00008020-00093C613AB8003A",
7
- "xcodeOrgId": "5JZ49M8U7N",
+ "udid": "########-################",
+ "xcodeOrgId": "###########",
8
"xcodeSigningId": "iPhone Developer",
9
"appInstallStrategy": "ios-deploy",
10
"wdaLocalPort": "8100"
@@ -20,7 +20,7 @@
20
21
google_pixel_7_android_13 = {
22
"platformName": "Android",
23
- "deviceName": "35111FDH20053N",
+ "deviceName": "#############",
24
"automationName": "UiAutomator2",
25
"systemPort": "8200"
26
}
@@ -31,4 +31,4 @@
31
"avd": "Pixel_6_Pro_API_33",
32
33
"systemPort": "8201"
34
-}
+}
0 commit comments