I am a tester. We use one tool which contains pages developed using Flash. I need to automate few tasks which are repetitive for our testing purpose. I have knowledge on Seleniu
Using sikulix-api did the work for me.
After the standard selenium setup, take a screenshot of the element you want to click on and follow this code:
Screen screen = new Screen();
Pattern properties = new Pattern();
screen.wait(properties, );
screen.click();
More functionality can be found in the official documentation: http://doc.sikuli.org/
I used maven to import the library:
com.sikulix
sikulixapi
1.1.0