I have to develop some kind of bot for a testing background with Java. We used Selenium for all the web stuff, and outside the browser: Pixel recognition; that is, taking a screenshot, then compare it with a image I have already, and get the coordinates of where that pattern is on the screenshot.
Any Framework or free Java libraries that could make this job easier?
Thanks in advance!