sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17874
[Bug 1147030] Re: Error in "Working with Sliders" tutorial
** Changed in: sikuli
Importance: High => Critical
--
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 Committed
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