Re: [Sikuli-driver] [Question #687647]: Drag and Drop

2020-01-04 Thread RaiMan
Question #687647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687647 RaiMan proposed the following answer: This is my test on Mac: on the Safari favourites page I am moving icons around: img1 = "img1.png" img2 = "img2.png" img3 = "img3.png" switchApp("safari") for img in

Re: [Sikuli-driver] [Question #687647]: Drag and Drop

2020-01-04 Thread RaiMan
Question #687647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687647 Status: Open => Answered RaiMan proposed the following answer: The standard dragDrop internally works with a delay of 0.3 seconds (Settings.DelayValue) 1. before mouseDown 2. before starting the drag

Re: [Sikuli-driver] [Question #687647]: Drag and Drop

2020-01-02 Thread Jeff_Vallis
Question #687647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687647 Jeff_Vallis posted a new comment: Thanx TestMechanic I just produced exactly the same code maybe not as pretty as yours and posted a bug that Drag and Drop is not working

Re: [Sikuli-driver] [Question #687647]: Drag and Drop

2020-01-02 Thread TestMechanic
Question #687647 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687647 TestMechanic posted a new comment: In my experience I faced some problems with drag and drop on slower (Mac) machines. In order to solve problem a customized function was developed. Note that there are no

Re: [Sikuli-driver] [Question #687647]: Drag and Drop

2019-12-31 Thread Jeff_Vallis
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

[Sikuli-driver] [Question #687647]: Drag and Drop

2019-12-31 Thread Jeff_Vallis
New question #687647 on Sikuli: https://answers.launchpad.net/sikuli/+question/687647 2.0.1-2019-11-22_16:54/Mac10.15.2/Java13(64)13.0.1+9 Is Drag and Drop Working def Testing_Drag(dragregion,dropregion,v_Mouse_Delay): global g_MoveMouseDelay global g_Waterfall_This_Location