Current Behavior
I'm working with production released apps mostly, desktop and mobile. I often need to do couple of actions like switching between apps, terminating or uninstalling. Example, when the app is doing UI A/B testing and I want to get specific UI version, I need to reinstall the app couple of times, which involves the flow:
- terminate app
- remove app
- activate app
Suggested Solution
Something similar to the gestures app, but with ability to pick options from commands / execute methods section + some basic checkers / sleepers eg.
App reinstall:
execute_method: terminateApp, <bundleID>
execute_method: removeApp, <bundleID>
wait 1 second
execute_method: activateApp, <storebundleID>
Additional Information
No response
Current Behavior
I'm working with production released apps mostly, desktop and mobile. I often need to do couple of actions like switching between apps, terminating or uninstalling. Example, when the app is doing UI A/B testing and I want to get specific UI version, I need to reinstall the app couple of times, which involves the flow:
Suggested Solution
Something similar to the gestures app, but with ability to pick options from commands / execute methods section + some basic checkers / sleepers eg.
App reinstall:
Additional Information
No response