New question #676023 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676023

I am automating Flash application using Sikuli ,IntelliJ and Selenium 
WebDriver. I am trying to select a country from drop down menu. Using the 
following code:

 while(screen.exists(country)!=null){
                screen.type(Key.DOWN);
                screen.click(country);

            }

Instead of clicking United states, it's selecting the first value that is 
Afghanistan.



-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to