Skip to content

Add pywinauto action #4

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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