← Back to team overview

sikuli-driver team mailing list archive

[Question #676023]: Scroll down drop-down menu and select country

 

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.