← Back to team overview

sikuli-driver team mailing list archive

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

 

Public bug reported:

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.

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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:
  targetOffset is stripped by IDE when using variables for x and y

Status in SikuliX:
  New

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



Follow ups