← Back to team overview

sikuli-driver team mailing list archive

[Bug 890123] [NEW] X-1.0rc3: IDE: with: selects whole screen instead of specified region on rerun --- workaround

 

Public bug reported:

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

** Affects: sikuli
     Importance: Undecided
         Status: New

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

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


Follow ups

References