Skip to content

feature request: Add option to save predefined actions / chain of actions #2983

Description

@ppiasek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions