Re: [Sikuli-driver] [Question #687711]: functions not known - SikulixIDE

2020-01-02 Thread masuo
Question #687711 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687711 masuo proposed the following answer: If you want to specify coodinate, use Region instead of selectRegion . selectRegion does not have such interface. -- You received this question notification because

Re: [Sikuli-driver] [Question #687711]: functions not known - SikulixIDE

2020-01-02 Thread Driss EL
Question #687711 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687711 Driss EL posted a new comment: x means numbers. In my case, I used selectRegion(0,0,100,100) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #687465]: mouseMove works inconsistently

2020-01-02 Thread Daniel Shats
Question #687465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687465 Daniel Shats posted a new comment: It would indeed be good to know why such a critical Sikuli function requires a workaround. Looking forward to the fix. Thanks again. -- You received this question

Re: [Sikuli-driver] [Question #687465]: mouseMove works inconsistently

2020-01-02 Thread Joshua Noble
Question #687465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687465 Joshua Noble posted a new comment: Awesome, happy to hear it!! RaiMan may be able to provide some insight as to why this is happening, but am thrilled to hear it's working now. Happy new year!! -- You

Re: [Sikuli-driver] [Question #687465]: mouseMove works inconsistently

2020-01-02 Thread Daniel Shats
Question #687465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687465 Status: Open => Solved Daniel Shats confirmed that the question is solved: Ah, yes that command line worked and mouseMove() now functions as intended. Thanks for the help and happy new year. -- You

Re: [Sikuli-driver] [Question #687508]: Using OCR to select day of the month

2020-01-02 Thread TestMechanic
Question #687508 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687508 Status: Open => Answered TestMechanic proposed the following answer: Here is one example that works for me on google calendar https://www.screencast.com/t/M8bUxD8pHv2u However there are some important

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

[Sikuli-driver] [Bug 1858107] [NEW] Drag and Drop Not working

2020-01-02 Thread Jeff_Vallis
Public bug reported: 2.0.1-2019-11-22_16:54/Mac10.15.2/Java13(64)13.0.1+9 Mac OS 10.15.2 Drag and Drop not working Work around def Test_Mouse_Down(): x,y = Get_Mouse_Location("Position Mouse in Safe Location to Try Mouse Down : Make sure this has Focus then press return") ; dragLocation

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 #687465]: mouseMove works inconsistently

2020-01-02 Thread Joshua Noble
Question #687465 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687465 Joshua Noble posted a new comment: Hey Daniel, To confirm, you are entering into the command line as such? : C:\Users\%PATH TO SIKULIX JAR%\SikuliX\AppData> "C:\Program Files\Java\jdk-13.0.1\bin\java"