← Back to team overview

sikuli-driver team mailing list archive

[Bug 1147030] Re: Error in "Working with Sliders" tutorial

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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


References