← Back to team overview

sikuli-driver team mailing list archive

[Question #676153]: Trying to select date from Calender Icon

 

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.