sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49228
[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.