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

2018-03-30 Thread RaiMan
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 Status: Open => Answered RaiMan proposed the following answer: It seems to run on TravisCI: do you have a screen defined? I use for that: before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb

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

2018-03-30 Thread Finn Ellis
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 Status: Answered => Open Finn Ellis is still having a problem: Oh yes, it's definitely running -- I've defined a screen, and can confirm with screenshots that a graphical session has started and is

[Sikuli-driver] [Question #667374]: Sikuli image recognition fails for ThinkPad T470/Windows different OS version

2018-03-30 Thread pratik patil
New question #667374 on Sikuli: https://answers.launchpad.net/sikuli/+question/667374 Hi Sir, We have Sikuli scripts which we run on Virtual Machines. All images are captured neatly such that it should not hamper execution. Here is the case: 1. I have Windows 7 OS with T430 laptop (1600*900

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

2018-03-30 Thread RaiMan
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 RaiMan proposed the following answer: Ok, what you can do: simply use the plain Java AWT Robot class yourself in your clickSynch wrapper and try to click ;-) -- You received this question notification

[Sikuli-driver] [Bug 1760167] [NEW] Match.target(); not being set or not being returned when Match object is returned through a function

2018-03-30 Thread Mike Bedwell
Public bug reported: matchOfSomething=someFunctionThatReturnsMatch(Region); System.out.println("matchOfSomething.toString()); The output is: M[1438,135 142x22]@S(S(0)[0,0 1680x1050]) S:1.00 T:1020,594 [718 msec] Location l=matchOfSomething.getTarget(); System.out.println(l.toString()); The

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

2018-03-30 Thread RaiMan
Question #665279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665279 Status: Open => Answered RaiMan proposed the following answer: Ok, I have to stop here: I cannot help you: too many dimensions of complexity. Tracking my situation back (some month ago ;-), I have to

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-30 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Interesting, that means i wont have to deal with the script getting slower then, I made some tests measuring the ms it takes to find images and i have made the