自动化选择 Windows 可执行文件中的下拉元素,点击按钮。

huangapple go评论56阅读模式
英文:

automating windows executable selecting drop down elements, clicking buttons

问题

I'm interested in automating some windows application: particularly if I have to execute the app, select elements from a dropdown and following an installation (for example).
Suppose for example I would launch and control a series of installation of different applications after a reimage.
I want to do this in Python but I'm open to other languages if they offer better chances to do this.
anyone can point to a python library I could use to accomplish that?

英文:

I'm interested in automating some windows application: particularly if I have to execute the app, select elements from a dropdown and following an installation (for example).
Suppose for example I would launch and control a series of installation of different applications after a reimage
I want to do this in Python but I'm open to other languages if they offer better chances to do this.
anyone can point to a python library I could use to accomplish that?

答案1

得分: 1

https://pypi.org/project/AutoHotkey.py/ 可能有效。它实际上只是autohotkey的包装器。

英文:

https://pypi.org/project/AutoHotkey.py/ might work.

It's actually just a wrapper around autohotkey.

huangapple
  • 本文由 发表于 2023年2月6日 06:45:14
  • 转载请务必保留本文链接:https://go.coder-hub.com/75356024.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定