Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非常不符合我的元素,但试图找到解决方案。目前,我只有一个选项来获取某些数据的 CSV 文件,那就是通过单击我公司使用的 web 应用程序的 Web UI 中的 EXPORT 按钮。
这确实为自动化和以编程方式设置所有内容带来了麻烦。我怎样才能设计一个脚本或插件或可以自动为我执行此操作(单击导出按钮)并能够安排该操作的东西。有任何想法吗?
您可以尝试使用 AutoHotKey。它是一种自动化 UI 的工具。
或者你可以试试 Selenium + Geckodriver。它在浏览器自动化中,但我不知道是否支持导出。