[Sikuli-driver] [Bug 1855413] Re: Issue in SikuliX while running script in remote desktop.

2019-12-09 Thread Sarthik B
Hi, Any update on this issue? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1855413 Title: Issue in SikuliX while running script in remote desktop. Status in Sikuli: New Bug description:

[Sikuli-driver] [Question #686849]: AttributeError ( '_TestResult' object has no attribute 'isAborted' )

2019-12-09 Thread Shresth Suman
New question #686849 on Sikuli: https://answers.launchpad.net/sikuli/+question/686849 SikuliX version - 2.0.1 Jython version - 2.7.1 Virutal Machine - Ubuntu 18.04.3 LTS Code - # Paths of timeNET, PetriNet Models have to be set in the test script localtime = time.localtime(time.time())

Re: [Sikuli-driver] [Question #686811]: Err 13 permission denied when trying to save screenshot

2019-12-09 Thread diego
Question #686811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686811 diego posted a new comment: It was my bad. Wrong path after changing system. Dropbox works by default with chmoding anything Thanks! -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #686811]: Err 13 permission denied when trying to save screenshot

2019-12-09 Thread diego
Question #686811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686811 Status: Answered => Solved diego confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #686846]: Key.WIN does not work with VNC (Windows 10)

2019-12-09 Thread RaiMan
Question #686846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686846 Status: Open => Answered RaiMan proposed the following answer: what about type("r", Key.WIN) -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #686846]: Key.WIN does not work with VNC (Windows 10)

2019-12-09 Thread João Ferreira
New question #686846 on Sikuli: https://answers.launchpad.net/sikuli/+question/686846 Im using Sikulix to develop a java application. Had to update to 2.0.0 due to a memory leak issue. Since i updated Key.WIN doesnt work anymore. i've tried everything, but this is how my code looks right now:

[Sikuli-driver] [Bug 1817031] Re: VNC: some key commands not working in Windows guests

2019-12-09 Thread João Ferreira
** Also affects: ubuntu Importance: Undecided Status: New ** No longer affects: ubuntu -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1817031 Title: VNC: some key commands not working

Re: [Sikuli-driver] [Question #686811]: Err 13 permission denied when trying to save screenshot

2019-12-09 Thread RaiMan
Question #686811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686811 Status: Open => Answered RaiMan proposed the following answer: Has surely nothing to do with SikuliX. As mentioned: At this moment, the file system does not have a valid permission to write to the

Re: [Sikuli-driver] [Question #686822]: creating a timer in sikuli, need update from old code.

2019-12-09 Thread RaiMan
Question #686822 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686822 RaiMan proposed the following answer: exec need a string, that represents an executable statement/expression. It looks like you want to execute something like this in your function: Settings.timerX =

Re: [Sikuli-driver] [Question #686822]: creating a timer in sikuli, need update from old code.

2019-12-09 Thread Manfred Hampl
Question #686822 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686822 Status: Open => Answered Manfred Hampl proposed the following answer: "Settings.timer =time.time()" time.time() Returns a numeric value (seconds since January 1, 1970, 00:00:00 UTC ). Consequently