← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #179337]: Handling dropdown list in a webpage

 

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

Jack Cushman proposed the following answer:
Most dropdown lists (web or desktop) will select an item if you type the
item while the list has focus. So you select the dropdown with
type(Key.TAB) or click(), and then type() or paste() the string you're
trying to find.

For accessibility, most interfaces are designed to be navigated with
just the keyboard, and that can be a good fast way to navigate with
Sikuli.

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