sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49231
Re: [Question #676023]: Scroll down drop-down menu and select country
Question #676023 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676023
monicar posted a new comment:
Match header = screen.find(country);
region =header.below(150).left(5).left(1).right(1000);
do {
if (region.exists(country) != null) //
{
region.click(country);
Flag = 1;
break;
} else {
region.type(Key.DOWN);
}
} while (Flag != 1);
Above code is working but to select United States it taking more than 10 mins by type Enter on each value and checking if that value exists
Please help
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.