← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235871]: Selecting a value from combo box

 

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

    Status: Open => Answered

akbar proposed the following answer:
Option1:-
Do a click on the list object and then click again by passing the text value of the list option. Last time i used such thing was with the previous version of Sikuli and it did not work consistently.

Option2:-
Click on the list object, perform key down, perform ENTER. Most of the times the selected value gets highlighted. You can copy it clipboard and compare for required selection text. Put the entire logic in a loop till required value is selected.

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