← Back to team overview

sikuli-driver team mailing list archive

[Bug 1224758] [NEW] dragDrop() does not accept 3 parameters

 

Public bug reported:

OS: windows7 
Sikuli : SIkuli IDE 1.0.1

script:
   srcfile = find("srcfile.png")
   dragDrop(srcfile,Location(srcfile.x+50,srcfile.y),KeyModifier.CTRL)

Error:
[error] TypeError ( dragDrop(): expected 1-2 args; got 3 )

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  dragDrop() does not accept 3 parameters

Status in Sikuli:
  New

Bug description:
  OS: windows7 
  Sikuli : SIkuli IDE 1.0.1

  script:
     srcfile = find("srcfile.png")
     dragDrop(srcfile,Location(srcfile.x+50,srcfile.y),KeyModifier.CTRL)

  Error:
  [error] TypeError ( dragDrop(): expected 1-2 args; got 3 )

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


Follow ups

References