[Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-03-16 Thread Stranger
New question #665698 on Sikuli: https://answers.launchpad.net/sikuli/+question/665698 I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work. My script is : type(Key.END) wait(1) type(Key.HOME, Key.SHIFT) wait(1) type('C', Key.CTRL) wait(1) print

Re: [Sikuli-driver] [Question #665357]: Click on text captured from Screen().text()

2018-03-16 Thread RaiMan
Question #665357 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665357 Status: Open => Answered RaiMan proposed the following answer: instead of Screen().text() (BTW: Screen(). not necessary - simply text() is enough for whole screen) you might use someRegion.text()

Re: [Sikuli-driver] [Question #665279]: [HowTo] node-java : Using SikuliX features through API --- tipps and tricks

2018-03-16 Thread RaiMan
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 RaiMan posted a new comment: Every information you contribute is always welcome. I have changed the question a little bit so it is more generic. You might add comments here for questions and needed

Re: [Sikuli-driver] [Question #665279]: [HowTo] node-java : Using SikuliX features through API --- tipps and tricks

2018-03-16 Thread RaiMan
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 Summary changed to: [HowTo] node-java : Using SikuliX features through API --- tipps and tricks Description changed to: Mac: Instantiating SikuliX class hangs: solution (from

Re: [Sikuli-driver] [Question #665677]: Images are not detected in sikuli in java inside Mac VM

2018-03-16 Thread RaiMan
Question #665677 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665677 Status: Open => Needs information RaiMan requested more information: --- Also updated my maven pom with 1.1.2 , still images are not detected from script Not sure what you are talking about here:

Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-03-16 Thread masuo
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Status: Open => Answered masuo proposed the following answer: There is a similar question. https://answers.launchpad.net/sikuli/+question/285144 -- You received this question notification because your

Re: [Sikuli-driver] [Question #665646]: how to install ocr but already installed sikuli with options 1 and 2 missed 3

2018-03-16 Thread Prabhakaran
Question #665646 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665646 Status: Answered => Open Prabhakaran is still having a problem: Hi RaiMan, Thanks for the short and sweet answers and link. I am doing Automation Tools evolution - Forms Application. What are the

Re: [Sikuli-driver] [Question #665677]: Images are not detected in sikuli in java inside Mac VM

2018-03-16 Thread Nissar
Question #665677 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665677 Nissar posted a new comment: My code is in java example code: Screen s = new Screen(); s.wait(new Pattern("imagename.png").similar((float) 0.8), 180); -- You received this question notification because