Re: [Sikuli-driver] [Question #190414]: I want to perform multiple actions within a single captured image.

2013-05-17 Thread RaiMan
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Assignee: None => RaiMan

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2013-12-07 Thread dude
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

dude posted a new comment:
any chance you could re-upload 
the new example: http://dl.dropbox.com/u/42895525/ddcalendar.sikuli.zip

I've got a similar issue and am big on learning by example

thanks

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2013-12-08 Thread RaiMan
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

RaiMan posted a new comment:
https://dl.dropboxusercontent.com/u/42895525/ddcalendar.sikuli.zip

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2012-03-12 Thread RaiMan
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Status: Open => Answered

RaiMan proposed the following answer:
If you do not want to capture, you have to use the geometry of a GUI and
calculate other regions and click points based on reference images, that
can be found on the screen.

download and unzip: http://dl.dropbox.com/u/42895525/calendar.sikuli.zip

this is a quick and dirty showcase based on the calendar on (
http://www.yatra.com/ ).

This is made on Mac with Safari. You might have to adopt it to Windows
and other browsers.

If you wonder about using:
if 1 > days: break

There seams to be a bug in the script save action when using
if days < 1: break
the < seems to produce an exception during the production of the contained 
script's HTML version.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2012-03-12 Thread Mohamed Waseem
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Status: Answered => Open

Mohamed Waseem is still having a problem:
Thank you so much for your reply sir. This is what i need. But the date 
container which you have used is not what I am asking you for. What I want is, 
On Yatra site if you click on Date selector field(In "Book Your Domestic 
Flight" container) you need to select particular date(Eg: 20/03/2012) for 
booking flight.
What I want to do is first I want to capture full Image of Date selector from 
which I want to select any date i want without capturing images for each date 
from 1 to 31. And what you've provided here is somewhat difficult to 
understand. Can you please write a simple script or else write a comment for 
each line??. We are actually doing it on java then integrating to testlink. So 
we need simple script for this. I hope you understand. Plz kindly do the 
needful. Thank You.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2012-03-13 Thread RaiMan
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Status: Open => Answered

RaiMan proposed the following answer:
--- We are actually doing it on java 
To transpose my examples to Java is your job. It would cost me nearly double 
the time. Should not be such complicated for a programmer.

--- And what you've provided here is somewhat difficult to understand. Can you 
please write a simple script or else write a comment for each line??
I have adopted my first example to the drop down calendar and added some 
comments. Of course it might be "difficult" as with all new things, but nothing 
can be accomplished without some effort.
Most of the code is just date calculation and looping and should be familiar to 
a Java programmer.

the new example: http://dl.dropbox.com/u/42895525/ddcalendar.sikuli.zip

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2012-03-13 Thread Mohamed Waseem
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Status: Answered => Solved

Mohamed Waseem confirmed that the question is solved:
Thank you so much. That really solved my question. Thanks for
encouraging me by this point "Nothing can be accomplished without some
effort". I am giving my effort to understand the code.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2012-03-13 Thread Mohamed Waseem
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Mohamed Waseem confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #190414]: I want to perform multiple actions within a single captured image.

2012-03-13 Thread Mohamed Waseem
Question #190414 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190414

Mohamed Waseem posted a new comment:
Thank you so much. That really solved my question. Thanks for
encouraging me by this point "Nothing can be accomplished without some
effort". I am giving my effort to understand the code.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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