视觉识别鼠标点击自动化实用程序?
有谁知道任何类型的简单 MacOSX 实用程序可以获取给定图像并查找该图像是否在屏幕上(可能具有一定的方差阈值),然后定位鼠标和/或单击与图像匹配的区域?请不要回应说这是一个糟糕的想法并且不应该这样做。这是测试的一项重要任务,不能通过触发事件等方式轻易完成。
Is anybody aware of any kind of a simple MacOSX utility that can take a given image and find whether the image is on the screen (perhaps with a certain variance threshold) and then position the mouse and/or click on the area which matches the image? Please don't respond about how this is a terrible idea and shouldn't be done. This is an important task for testing and cannot be easily accomplished by triggering events or the like.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SIKULI 项目:
“Sikuli 是一种使用图像(屏幕截图)来自动化和测试图形用户界面 (GUI) 的可视化技术。Sikuli 包括 Sikuli Script(Jython 的可视化脚本 API)和 Sikuli IDE(一个用于编写可视化脚本的集成开发环境) Sikuli 脚本可以自动执行您在屏幕上看到的任何内容,无需内部 API 支持,您可以通过编程方式控制网页、Windows/Linux/Mac OS X 桌面应用程序,甚至是在模拟器中或通过 VNC 运行的 iPhone 或 Android 应用程序。 ”。
www.sikuli.org
对于 Mac OS X 免费
Project SIKULI:
"Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots). Sikuli includes Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API's support. You can programmatically control a web page, a Windows/Linux/Mac OS X desktop application, or even an iphone or android application running in a simulator or via VNC."
www.sikuli.org
Free for Mac OS X