sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14321
[Bug 890123] Re: X-1.0rc3: IDE: with: selects whole screen instead of specified region on rerun --- workaround
** Tags added: idererun
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/890123
Title:
X-1.0rc3: IDE: with: selects whole screen instead of specified region
on rerun --- workaround
Status in Sikuli:
In Progress
Bug description:
**** workaround
--- do not use with:, when running script in IDE more than once after
IDE start .-- use the region.method() syntax instead
--- use command line to run script
---------------------------------------------------------
using
with Region(x,y,w,h):
highlight(2)
in a script running in the IDE, it seems that this only works as
expected, when the script is run the first time after starting the
IDE. When running the script a second time, the Region() is ignored
and the whole screen used instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/890123/+subscriptions
References