← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #220074]: how to read text from a drop down list from a web based application

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Looks like being more something for Selenium.

If you want to do it with Sikuli, you need the OCR feature
(Region.text()), which might not be very accurate.

To implement the above workflow, you need some basic Python knowledge,
since this is a little bit more than just some find()'s and click()'s.
And handling dropdown menus is one of the more challenging things with
Sikuli.

You should read through the docs, have a look at some relevant questions
here and then start with some basics.

Come back with a first scripting approach, if you need more help.
You might store your script folder zipped together with some informative screenshots somewhere in the net (e.g. Dropbox) and post the link here.

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