← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #687647]: Drag and Drop

 

Question #687647 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687647

Jeff_Vallis gave more information on the question:

if this means anything 

Running IDE from Terminal
IDE no Errors

Terminal:-
2019-12-31 09:29:10.246 java[17291:527448] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encryptingWithKey:uuid:checksum:fd:]: 0 == ftruncate(fd, fileLength) failed on line 874: No such file or directory
2019-12-31 09:30:38.437 java[17291:527766] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encryptingWithKey:uuid:checksum:fd:]: 0 == ftruncate(fd, finalFileSize) failed on line 803: No such file or directory
2019-12-31 09:30:38.440 java[17291:527766] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encryptingWithKey:uuid:checksum:fd:]: 0 == ftruncate(fd, fileLength) failed on line 874: No such file or directory


after posting above also tried


        mouseDown(Button.LEFT)
        #popup("Am I down")
        wait(0.5)
        #hover(dropregion)
        mouseMove(dropregion)
        wait(0.5)
        mouseUp(Button.LEFT)        

you can see the #popup - when active I tried moving mouse it "SEEMED"
to drag

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.