Skip to content

Add pywinauto action #4

@Tapeline

Description

@Tapeline

Description

Add a pywinauto action that can launch a command an then do some pywinauto automation. We can implement our own simplistic language or just interpret python code using pywinauto library:

std.winauto:
  launch: my-wizard.exe
  steps:
  - wait-window "Setup Wizard"
  - click-button "Next"
  - click-button "I agree"
  - wait-button "Finish"
  - click-button "Finish" 

Reasoning

Some manipulations may still require some input (via mouse or keyboard) from user. We should automate it too

Metadata

Metadata

Assignees

No one assigned

    Labels

    enIssue language: EnglishfeatureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions