← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #193283]: Sample how to check web application?

 

Question #193283 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193283

    Status: Open => Answered

RaiMan proposed the following answer:
--- Java ... I was using Selenium before.
Selenium and Sikuli can be combined very well using Java.
Since Sikuli does not know about the GUI elements and Selenium does not know anything about their visual (pixel wise) representation on the screen, some testing scenarios can be solved very elegantly.

--- I will try searching in doc
When using Java, this will only help to generally understand how Sikuli works and to understand a specific Sikuli feature.
Since the both API's (Python and Java) have some differences, you have to check the Java API signatures at http://sikuli.org/doc/java-x/

A short starter for using Sikuli with Java:
http://sikuli.org/docx/faq/030-java-dev.html

--- can give me a link for sample code
This is not possible for me. May be someone else might do (though low probability :-(

You might get some hints by searching this Q&A's using the word "selenium".
Google might reveal the one and other sample by searching with the search term <"selenium" "sikuli" "java"> (exactly the text within the brackets).

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.