sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05720
[Bug 861412] Re: RC3 drag and drop sliders function not working
The above code (t = .inside ......) should have given a syntax error in rc2.
If not, then this was a bug in rc2.
Use
t = addregionimage.find(addsliderbuttonimage)
dragDrop(t, [t.x -100, t.y ])
inside() is a downward compatibility to 10.x and no longer needed in
X-1.0 (inside just returns the given Region).
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/861412
Title:
RC3 drag and drop sliders function not working
Status in Sikuli:
New
Bug description:
This code works fine on RC2 but it does not work in RC3 ... any idea
why?
t = .inside(addregionimage).find(addsliderbuttonimage)
dragDrop(t, [t.x -100, t.y ])
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/861412/+subscriptions
References