[Sikuli-driver] [Question #681595]: My Sikuli keeps zooming in

2019-06-25 Thread Jordan Still
New question #681595 on Sikuli: https://answers.launchpad.net/sikuli/+question/681595 I'm super new to sikuli, like it's my very first day using it. I am trying to get acquainted with it but I am running into some problems. Whenever I try to use the click function sikuli zooms in which makes it

Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread Daniel Ramirez
Question #681578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681578 Status: Needs information => Solved Daniel Ramirez confirmed that the question is solved: It looks like it is a non-issue. I don't know if I changed something in what I had created but, even though the

Re: [Sikuli-driver] [Question #679788]: start up problem: jna.platform.win32.Psapi - NoSuchMethodError

2019-06-25 Thread Lukáš Loucký
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Lukáš Loucký posted a new comment: After all I finally fixed the problem in some was. Running Sikulix 1.1.4-SNAPSHOT from maven dependency still not works. But import of sikulixapi.jar into project works

Re: [Sikuli-driver] [Question #681509]: Click does not work

2019-06-25 Thread Rafal Stankiewicz
Question #681509 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681509 Status: Open => Solved Rafal Stankiewicz confirmed that the question is solved: False alarm. Client admitted that his application hung for a minute and that was a cause of sikuli exception :) -- You

Re: [Sikuli-driver] [Question #681509]: Click does not work

2019-06-25 Thread Rafal Stankiewicz
Question #681509 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681509 Status: Solved => Open Rafal Stankiewicz is still having a problem: I encountered the problem again. After more then 1k correct iterations, app did not click image. Uff.. Did anyone have such problem?

Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread masuo
Question #681578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681578 Status: Open => Needs information masuo requested more information: What do you want to be? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #681587]: [1.1.4]After run [Take screenshot], sikulixIDE window disappear

2019-06-25 Thread Linda
New question #681587 on Sikuli: https://answers.launchpad.net/sikuli/+question/681587 1. I click [Take screenshot] 2. Screenshot target region or target picture 3. SikulixIDE disappear 4. I reopen sikulix.jar show "Terminating on FatalError:cannot access IDE lock

Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread Daniel Ramirez
Question #681578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681578 Status: Answered => Open Daniel Ramirez is still having a problem: No good, so far. I find it odd that it will work when I initially type it in but then if I modify the line at all I lose the function.

Re: [Sikuli-driver] [Question #681509]: Click does not work

2019-06-25 Thread Rafal Stankiewicz
Question #681509 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681509 Status: Open => Solved Rafal Stankiewicz confirmed that the question is solved: solved -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #681509]: Click does not work

2019-06-25 Thread Rafal Stankiewicz
Question #681509 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681509 Rafal Stankiewicz posted a new comment: I clicked with right mouse button on java.exe and in properties (compatibility table) I set to run java with admin privileges. Issue seems to be solved. -- You

Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread masuo
Question #681578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681578 masuo proposed the following answer: if there is no space between 'and' and 'y', 'andy' is recognized one of variables. if there is space between 'and' and 'y', 'and' is recognized one of reserved words.

Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread masuo
Question #681578 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681578 masuo proposed the following answer: if there is no space between 'and' and 'y', 'andy' is recognized one of veriables. if there is space between 'and' and 'y', 'and' is recognized one of reserved words.