Driving a Windows GUI program from a script

前端 未结 6 907
滥情空心
滥情空心 2020-12-13 04:59

I have to use a Windows simulation package to perform a repetitive task with slightly different options each time.

Since I hate repetitive clicking, on grounds of b

6条回答
  •  猫巷女王i
    2020-12-13 05:39

    RIATest is not using Python but otherwise fits the bill. It is like Selenium but for Win32 and web.

    RIATest uses Windows UI Automation API and can drive any Windows application that exposes its GUI to UI Automation properly (that includes all native and .NET apps).

    Disclaimer: I work for Cogitek, the RIATest company.

提交回复
热议问题