← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #180251]: How to find records in a field having scroll bar?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
To find something in a drop down list, is nearly impossible in current
Sikuli, because find("some-text") is not reliable and (my experience)
not usable in most cases for this (font not readable).

The only situation, that might work: you know the content of the list
entries and based on this navigate to the entry.

If it is a webpage, have a look at the page source (find and evaluate
the drop down element) or use Selenium.

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