← Back to team overview

sikuli-driver team mailing list archive

[Bug 1190692] Re: dropAt only takes one argument

 

In the documentation, dropAt can take two args.

dropAt(PSMRL[, delay])
Complete a drag-and-drop operation by dropping a previously dragged item at the given target click point.

Parameters:	
PSMRL – a pattern, a string, a match, a region or a location that evaluates to a click point.
delay – time to wait after in seconds as decimal value

But after I upgrade to the latest version, it can only take one.

Is this correct? If this is by design, then I need to do:
>>dropAt(location)
>>wait(2)

But I can do this by using one function call with previous version. Just
dropAt(location,2) will do the job.

Thanks,
Frank

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1190692

Title:
  dropAt only takes one argument

Status in Sikuli:
  Opinion

Bug description:
  Hi Raiman,

  I just notice dropAt function only takes one argument right now, and I
  didn't find anything in the release note. Did I miss anything? or it's
  by design..

  Thanks,
  Frank

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1190692/+subscriptions


References