← Back to team overview

sikuli-driver team mailing list archive

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:
I tried the following code:

 do {
                if (region.exists("UNITED STATES") != null)    //
                {
                    region.click("UNITED STATES");
                    Flag = 1;
                    break;
                } else {
                    region.type(Key.DOWN);
                }
            } while (Flag != 1);

No luck. Let me know what i am missing

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