[Sikuli-driver] [Question #680452]: Sikuli 1.1.4 - java server remote console keyboard passthrough not working

2019-04-25 Thread Stephan Kreitz
New question #680452 on Sikuli: https://answers.launchpad.net/sikuli/+question/680452 Hello, I am trying to automate some manual tasks of our server setup process which needs BIOS changes through the server java remote console. For me it looks like the keyboard passthrough is not recognized wit

[Sikuli-driver] [Question #680461]: Problem in formatting string while find fails

2019-04-25 Thread Sahil Doshi
New question #680461 on Sikuli: https://answers.launchpad.net/sikuli/+question/680461 I am trying to wait for one pattern generated by passing image path. Pattern p = new Pattern("C:\program files(86x)\sikuli\images\image.png"); Screen s = new Screen(); s.wait(p); and when it is tring to forma

Re: [Sikuli-driver] [Question #680461]: Problem in formatting string while find fails

2019-04-25 Thread Sahil Doshi
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Description changed to: I am trying to wait for one pattern generated by passing image path. Pattern p = new Pattern("C:\\program files(86x)\\sikuli\\images\\image.png"); Screen s = new Screen(); s.wait(p);

Re: [Sikuli-driver] [Question #680461]: Problem in formatting string while find fails

2019-04-25 Thread Sahil Doshi
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Sahil Doshi posted a new comment: I dig into it and find out It is failing while calling the toString() method of Image class. the reason behind it is : imageName ="C:/program%20files(86x)/sikuli/images/ima

Re: [Sikuli-driver] [Question #680461]: Problem in formatting string while find fails

2019-04-25 Thread RaiMan
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Status: Open => Needs information RaiMan requested more information: what version of SikuliX? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #680461]: Problem in formatting string while find fails

2019-04-25 Thread Sahil Doshi
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Sahil Doshi posted a new comment: Sikulixapi Build 270 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _