← Back to team overview

sikuli-driver team mailing list archive

[Bug 1996099] Re: targetOffset is stripped by IDE when using variables for x and y

 

** Changed in: sikuli
       Status: New => Opinion

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 2.0.6

** Summary changed:

- targetOffset is stripped by IDE when using variables for x and y
+ Linux: targetOffset is stripped by IDE when using variables for x and y

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to SikuliX.
https://bugs.launchpad.net/bugs/1996099

Title:
  Linux: targetOffset is stripped by IDE when using variables for x and
  y

Status in SikuliX:
  Opinion

Bug description:
  Using: sikulixide-2.0.5.jar
  OS: Linux (does *not* happen on Windows)
  When I utilize variables to store x/y in targetOffset(x,y) such as:
  x = 10
  y = 130
  click(Pattern("the_image.png").targetOffset(x,y))

  If I toggle the thumbnail setting on and off, this is stripped down to:
  x = 10
  y = 130
  click("the_image.png")

  In More Options, ImageThumbs are OFF. It does not happen when they are
  ON.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1996099/+subscriptions



References