New question #260757 on Sikuli: https://answers.launchpad.net/sikuli/+question/260757
Hi RaiMan, (Reposting the Q from another thread) We are trying to develop test cases in Java to test our web application. Initially test cases are basics 1) Open IE, Go to a URL 2) Look for some controls, (or A control within a control i.e. iterative search) click when found 2) Type in some values 3) Scroll the dropdown/screen in case a value is not found etc 4) Compare the results Since SikuliXAPI-1.1.0 as its page(http://www.sikulix.com/) says "under development and may discontinue in future" we are bit cautious so we went ahead to use 1.0.1 through sikuli-java.jar(as suggested in http://doc.sikuli.org/faq/030-java-dev.html) Sikuli-java.jar (it was created by running runSetup.cmd for Sikuli-setup.jar in Sikuli folder). My question is, will Sikuli-java.jar will suffice for my development or which API would be one stop solution for building test cases for a web application? If not, which jar I should use that I can simply download, add in my classpath and start writing code. Any help will be highly appreciated. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

