Python/powershell?计算机上的自动化任务
Python/powershell? automation task on computer
案例:
在我的计算机上有程序 (file.exe) - 将弹出 window,我必须输入 IP 地址并按“连接”按钮。显示已连接设备的另一个 window - 它显示图像(设备正在记录图像)和一些状态。
我实际上想要将我描述的这些活动自动化(例如 robotask 实用程序所做的事情等)
- 运行 程序
- 在相关输入处输入IP地址
- 按连接按钮
- 制作包含图像和状态的屏幕截图window。
- 然后单击断开连接按钮
例如,这可以在 python 中完成吗?还是powershell?分别可以做到吗?或者如果不是这两个(python、powershell),那么如何?
感谢您的任何提示。
看来 RPA. There are a lot of software free and non, used for executing repetive tasks e.g. MS Power Automate with a low code approach. Anyway you can use Python if you want, is a good choice as it have a lot of modules for all kind of development purpose just a little search 解决了关于 python RPA 的典型问题,为此提供了很多教程和包。
案例: 在我的计算机上有程序 (file.exe) - 将弹出 window,我必须输入 IP 地址并按“连接”按钮。显示已连接设备的另一个 window - 它显示图像(设备正在记录图像)和一些状态。
我实际上想要将我描述的这些活动自动化(例如 robotask 实用程序所做的事情等)
- 运行 程序
- 在相关输入处输入IP地址
- 按连接按钮
- 制作包含图像和状态的屏幕截图window。
- 然后单击断开连接按钮
例如,这可以在 python 中完成吗?还是powershell?分别可以做到吗?或者如果不是这两个(python、powershell),那么如何?
感谢您的任何提示。
看来 RPA. There are a lot of software free and non, used for executing repetive tasks e.g. MS Power Automate with a low code approach. Anyway you can use Python if you want, is a good choice as it have a lot of modules for all kind of development purpose just a little search 解决了关于 python RPA 的典型问题,为此提供了很多教程和包。