[Sikuli-driver] [Bug 1784861] [NEW] Double click is sometimes not executed on a region

2018-08-01 Thread Cosmin Niculae
Public bug reported: In the tests I am writing, the double click function sometimes does not perform and sometimes not even the click. Therefore, I had to rewrite the functions myself to use Mouse Down and Mouse Down with a delay in- between. The version of Sikuli I am using is: 1.1.2, on a

[Sikuli-driver] [Bug 1784869] [NEW] Taking a screenshot always attaches unwanted digits in the filename

2018-08-01 Thread Cosmin Niculae
Public bug reported: Whenever the user takes a screenshot via code, the file is appended with digits showing the date it was taken. This makes it tedious when the user has to search for an image. For example, taking saveScreenshot("Picture.png") will always result in something like

[Sikuli-driver] [Question #671302]: Double click is sometimes not executed on a region

2018-08-02 Thread Cosmin Niculae
New question #671302 on Sikuli: https://answers.launchpad.net/sikuli/+question/671302 In the tests I am writing, the double click function sometimes does not perform and sometimes not even the click. Therefore, I had to rewrite the functions myself to use Mouse Down and Mouse Down with a delay

[Sikuli-driver] [Question #671301]: Taking a screenshot always attaches unwanted digits in the filename

2018-08-02 Thread Cosmin Niculae
New question #671301 on Sikuli: https://answers.launchpad.net/sikuli/+question/671301 Whenever the user takes a screenshot via code, the file is appended with digits showing the date it was taken. This makes it tedious when the user has to search for an image. For example, taking

Re: [Sikuli-driver] [Question #671301]: Taking a screenshot always attaches unwanted digits in the filename

2018-08-02 Thread Cosmin Niculae
Question #671301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671301 Status: Needs information => Open Cosmin Niculae gave more information on the question: Sorry, I meant to say save saveScreenCapture(). -- You received this question notification because your t

Re: [Sikuli-driver] [Question #671301]: Taking a screenshot always attaches unwanted digits in the filename

2018-08-02 Thread Cosmin Niculae
Question #671301 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671301 Description changed to: Whenever the user takes a screenshot via code, the file is appended with digits showing the date it was taken. This makes it tedious when the user has to search for an image. For