英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论