Re: [Sikuli-driver] [Question #676153]: Trying to select date from Calender Icon

2018-12-01 Thread Launchpad Janitor
Question #676153 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676153

Status: Needs information => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Needs information'
state without activity for the last 15 days.

-- 
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


Re: [Sikuli-driver] [Question #676153]: Trying to select date from Calender Icon

2018-11-15 Thread masuo
Question #676153 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676153

Status: Open => Needs information

masuo requested more information:
Is your issue FindFailed error?
I recommend to use SikuliX IDE to check match objects are there or not on the 
screen.
Capture image, and click the caputured image, then pattern setting window open.
Select ”matching preview” tab, then you can check match objects on the screen.

-- 
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


Re: [Sikuli-driver] [Question #676153]: Trying to select date from Calender Icon

2018-11-14 Thread monicar
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 <
question676...@answers.launchpad.net> 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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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

2018-11-14 Thread monicar
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp