You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,7 @@ The easiest way to run the provider is to do
25
25
26
26
Note: some features require direct access to the provider instance from the browser, so if you are running the provider on a different machine - make sure you pass accessible url to the --public-ip.
27
27
28
-
For iOS support:
29
-
1) You need to set up macOS node (for example we use Mac Mini on Intel Processor)
30
-
2) Then clone and build this repo
31
-
3) Also, you need to install pymobiledevice3
32
-
4) Now see [iOS doc](./doc/ios-device.md)
28
+
If you also want to add an iOS device see [this document](./doc/ios-device.md)
Copy file name to clipboardExpand all lines: doc/ios-device.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
-
# iOS device launch via run-wda.sh
1
+
# Adding an iOS device to DeviceHub
2
2
3
-
This script is designed to set up and run WebDriverAgent on an iOS device using `idb` and `pymobiledevice3`. It also sets up port forwarding for interacting with the device via `stf`.
3
+
See [lib/cli/ios-device/run-wda.sh](../lib/cli/ios-device/run-wda.sh)
4
+
This script is designed to set up and run WebDriverAgent on an iOS device using `idb` and `pymobiledevice3`. It also sets up port forwarding that is needed for the ios-provider.
0 commit comments