sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45725
[Question #663952]: program agains relative time
New question #663952 on Sikuli:
https://answers.launchpad.net/sikuli/+question/663952
I'm using sikuli to script a tutorial; love it!
And it would be even greater to use a master time accross the program, instead of only wait commands.
so instead of
wait(1); click();
wait(0.5); click();
wait(2); click();
be able to
[start time from 0 when start to run a script]
time(0:02.00); click();
time(0:02.50); click();
time(0:04.50); click();
Is something like that possible? Thanks!
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.