← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #184410]: Multi-Part Pattern: Sikuli + Regex = Sikex (searching simultanouesly for more than one image)

 

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

RaiMan posted a new comment:
@ Yanan

strange place for such a question ;-)

Sikuli: only what you can see on the screen can be searched or acted on.
No access to the GUI elements in the way the underlying application has
it.

Selenium: you have access to the DOM structure of a webpage and as such
to the GUI elements in the same way you can do it with other DOM aware
systems (like javascript).

So if you combine both systems (e.g. on the Java level) you get a mighty
test and automation environment for web applications.

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