← Back to team overview

sikuli-driver team mailing list archive

[Bug 1147030] [NEW] Error in "Working with Sliders" tutorial

 

Public bug reported:

In the http://doc.sikuli.org/tutorials/sliders/sliders.html tutorial, the last example is:
dragDrop(t, [t.x - 200, t.y])

Should that example really be this?
dragDrop(t, Location(t.x - 200, t.y))

The way it is written does not seem to work.

** 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/1147030

Title:
  Error in "Working with Sliders" tutorial

Status in Sikuli:
  New

Bug description:
  In the http://doc.sikuli.org/tutorials/sliders/sliders.html tutorial, the last example is:
  dragDrop(t, [t.x - 200, t.y])

  Should that example really be this?
  dragDrop(t, Location(t.x - 200, t.y))

  The way it is written does not seem to work.

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


Follow ups

References