自动化人类活动软件
任何人都知道有什么软件可以在桌面浏览器上模拟人类交互,特别是通过单击或输入一些数据并运行一些报告并自动打印,显然这背后有一些编程。主要,它将用于减少人机交互日常活动的业务流程步骤(可能在将来进行测试目的)。
感谢您的评论或意见。
谢谢
Anyone know any softwares that can simulate human interaction on desktop browser specifically by clicking or entering some data and run some report and print automatically obviously with some programming behind this. Main, it will be used for reducing business process steps on human interaction day to day activity (possibly testing purpose in the future).
I am appreciated your comment or input.
Thanks
在尝试自动化桌面软件时,我自己尝试了几种不同的自动化工具,其中之一是 AutoIt ,这是一个我认为最完整的。它有助于自动执行小任务,即:选择一个窗口并按下按钮来完成其余的工作。它甚至还有一个宏记录器可以帮助您入门。
I tried a few different automation tools myself when trying to automate desktop software, one is AutoIt which is one of the most complete in my opinion. It helps to automate small tasks, ie: select a window and press a button to do the rest. It even has a macro recorder to get you started.