sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29521
Re: [Question #258501]: To provide a link to remote webdriver implementation for sikuli
Question #258501 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/258501
Status: Open => Answered
RaiMan proposed the following answer:
Thanks for pointing to your interesting solution.
You have based your solution on the Sikuli spin-off project SikuliSlides(sikuli-java-api), which is hosted here:
https://code.google.com/p/sikuli-api/
with the webpage here:
http://lab.sikuli.org/projects/
So you have to contact them, to place a pointer e.g. on the google page.
my own project SikuliX is the followup of the original Sikuli, whose history is here in this launchpad site.
actual webpage: http://www.sikulix.com
For next year, when I start version 1.2, I will consolidate as much as possible of the different remote and selenium solutions available.
For the last one I think your solution is a hot candidate.
the goal is to allow (example on the scripting level):
use(webaccess, parameter1, parameter2) # might select your solution adapted to SikuliX
click(someImage) # would find the image on the webpage and click it
....
In this case the "screen" would be the webpage, that is managed by the selenium web driver under the hood.
In other cases, this might be a remote screen managed by a VNC session or some other available remote connection.
If interested, just try to adapt your solution to using the sikulixapi.jar from the latest SikuliX 1.1.0.
If not, be sure I will do it some time next year ;-)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.