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.

_______________________________________________
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