sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09337
Re: [Question #190414]: I want to perform multiple actions within a single captured image.
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.