sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09182
Re: [Question #189591]: sikuli pick a link in the page
Question #189591 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189591
Status: Open => Answered
RaiMan proposed the following answer:
The easiest way is to use the Java API for Selenium, since this can be
used directly from Sikuli scripts, since Sikuli scripts are run by
Jython. Any Java class on the class path can be imported and used with
Python language.
If you are not yet familiar with Selenium or even Java, then you have to decide, wether the effort makes sense.
For hints how to set things up, look for "Selenium" in this question board, in the net with "Selenium"+"Sikuli".
Another possibility would be to take the links from the webpage's source
and check them using the url get features of Python.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.