New question #676153 on Sikuli:
https://answers.launchpad.net/sikuli/+question/676153

I have  3 images, Image1 will click on the Calender Icon, Image2 will click on 
Next Month arrow (>) and Image 3 will select the Date image( In my case Dec 
15th).

It is clicking the Calender Icon and Next month. But failing to click on the 
date.

            screen.hover(calIcon);
            screen.click(calIcon);
            screen.wait(calNextMonth,5);
            screen.hover(calNextMonth);
            screen.click(calNextMonth);
            screen.wait(calExpDate,15);
            screen.hover(calExpDate);
            screen.click(calExpDate);

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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to