Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
Question #660174 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660174 Status: Needs information => Solved aravind confirmed that the question is solved: Solved it after I found this doc http://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=mouse%20delay

Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread RaiMan
Question #660174 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660174 Status: Open => Needs information RaiMan requested more information: --- one of my test script uses dragDrop() ... cannot see where -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
New question #660174 on Sikuli: https://answers.launchpad.net/sikuli/+question/660174 I am trying to develop a UI test suite for a GUI application. My launcher module looks like this from sikuli import * import unittest import HTMLTestRunner Settings.MoveMouseDelay = 0 Settings.TypeDelay = 0

Re: [Sikuli-driver] [Question #660174]: dragDrop not working as expected

2017-10-31 Thread aravind
Question #660174 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660174 Description changed to: I am trying to develop a UI test suite for a GUI application. My launcher module looks like this from sikuli import * import unittest import HTMLTestRunner Settings.MoveMouseDelay =