Hi Krishanan,
I have used SikuliWebDriver class and having added the Sikuli WebDriver jar 1.0.1 jar. I keep getting this error while I am trying to interact with an image in Firefox.
This is the below error I encounter, please advise
Exception in thread "main" java.lang.NoClassDefFoundError: org/sikuli/api/Screen
and it shows the error is at this line SikuliFirefoxDriver driver = new SikuliFirefoxDriver();
It did import this packages while writing the code:
import org.sikuli.webdriver.ImageElement;
import org.sikuli.webdriver.SikuliFirefoxDriver;
Thanks
Prithvi