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.

_______________________________________________
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