Question #676153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676153
monicar gave more information on the question: [image: CalenderIcon.png] Image 1 [image: CalendarNextMonth.png] Image 2 [image: CalendarExpDate.png] Image 3 On Wed, Nov 14, 2018 at 11:47 AM monicar < [email protected]> wrote: > 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 you asked the question. > -- 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

