AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.78k stars 1.1k forks source link

[feature request] Select/Radio parameter #1595

Open LittleSaya opened 6 months ago

LittleSaya commented 6 months ago

Is your feature request related to a problem? Please describe.

I use automa to help myself testing my application, the app has several teams and several roles. I need to switch between different teams and roles when testing the app.

Currently I have had two Input (string) parameters, one for team and one for role, but I feel it cumbersome to type the name of team and role every time.

demo0

I think it would be better if the parameter can be selected, with predefined options, each option has a label and a value just like html option elements.

Describe the solution you'd like

A new type of parameter:

demo1

Specify a list of options for the new parameter:

demo2

Access parameter in script:

demo3

Describe alternatives you've considered

Create a workflow for each combination of team and role, but there will be too many.

Additional context

Currently no


PS: Thank you for creating this awesome extension. Although it currently doesn't have select/radio parameter, it's still a lot faster for me to type team+role than to type account+password, I believe it will be even faster if it allows user to select :-)