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
Execute ADB shell commands, through Appium's `mobile: shell` capability.
1703
1703
1704
1704
:::note
1705
-
Sauce Labs now supports ADB commands for Appium. To use ADB and `mobile: shell` commands, please [sign up for our BETA through this form](https://forms.gle/42qv8U1RukqC62x86) and indicate the desired ADB commands you would like to run. We will be supporting a limited list of ADB commands through `mobile: shell`. Please refer to the list of [allowed commands](https://docs.saucelabs.com/mobile-apps/mobile-faq/#im-encountering-errors-when-executing-adb-shell-commands-what-could-be-the-issue) or contact support for assistance.
1705
+
Sauce Labs now supports ADB commands for Appium. We are supporting a limited list of ADB commands through `mobile: shell`. Please refer to the list of [allowed commands](/mobile-apps/mobile-faq/#im-encountering-errors-when-executing-adb-shell-commands-what-could-be-the-issue) or contact support for assistance.
We maintain an allowlist of commands that can be executed within our Real Device Cloud. Please refer to the list of allowed commands to ensure compatibility:
81
81
* am start
@@ -86,13 +86,21 @@ We maintain an allowlist of commands that can be executed within our Real Device
86
86
* getprop
87
87
* am compat enable
88
88
* cmd connectivity airplane-mode (enable|disable)
89
-
* settings put global (animator_duration_scale|transition_animation_scale|window_animation_scale) {`<value>`}
* appops set {`<PACKAGE_NAME>`} REQUEST_INSTALL_PACKAGES allow
92
94
93
95
If the command you require is not listed, you can submit a request through this [form](https://docs.google.com/forms/d/1t4MCf6ClHlLxX80RP5bNU9wVJBhQOd4ll6IjP0ecMgc)
94
96
or reach out to your Customer Success Manager or Sauce Labs Support for assistance.
95
97
98
+
:::note Appium alternatives
99
+
100
+
- am broadcast: use [mobile: broadcast](https://github.com/appium/appium-uiautomator2-driver?tab=readme-ov-file#mobile-broadcast)
0 commit comments