sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #16922
[Bug 1147030] Re: Error in "Working with Sliders" tutorial
thanks, you are right. I will fix it.
** Changed in: sikuli
Status: New => Fix Committed
** Changed in: sikuli
Importance: Undecided => Critical
** Changed in: sikuli
Importance: Critical => High
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Changed in: sikuli
Milestone: None => x1.0
** Tags added: docs
--
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