sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #53112
Re: [Question #685815]: Drag drop to random (pre-defined) location
Question #685815 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685815
TestMechanic proposed the following answer:
You are calling method incorrectly - you need
1. use () in functions call
2. use return
I example that i gave you i added ()
hover(randomDrop())
so you need to type randomDrop() instead of randomDrop in your dragDrop
call
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.