I am a game tester have to click on a particular "Spin" button image several times.
In this process of identifying the spin button image with sikuli I get the Exception in thread "main" FindFailed. I basically use Eclipse as IDE and Selenium WebDriver with Java.
I would like to continue the test from where it failed earlier instead of re-running the entire script, can you please guide me with the code to run the script from where I got error earlier?