The intended goal is to create a process that searches in a defined area to match against static image file. The defined area is dynamic, and ideally the process would execute once a match of a reference image is found. Once the process executes based on image match result, automation via mouse positioning / clicking would occur.
I've been developing primarily in SQL, so I don't have the pre-requisite programming knowledge of what language would be ideal. This is a high-level concept, looking to get any input from those that can assist. Thanks!
1 Answers
Answers 1
I would recommend you Xpresser and as second alternative sikuli.
Xpresser is a python library for GUI automation with image matching, also you can add automatic testing . Xpresser is a clean room implementation of the concepts explored by Sikuli, in the form of a Python library which can be used standalone, or embedded into other programs and testing frameworks such as Mago.
Sikuli you might add automate testing with selenium. Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots). Under specific circumstances is a better technology for test automation than Selenium or Watir, which depend on symbolic identifiers.
0 comments:
Post a Comment