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

2019-06-18 Thread Sahil Doshi
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Sahil Doshi posted a new comment: One option is you can update selenium. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Sahil Doshi posted a new comment: No I have confirmed using save(). Image is visible. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Sahil Doshi posted a new comment: That's a problem wait is not throwing error but at has() it is returning false -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Sahil Doshi posted a new comment: I have throws for FindFailed -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Sahil Doshi posted a new comment: I have a wrapper over method. public Match custWaitForImage(final Pattern image, final double waitInMinute) throws FindFailed, InterruptedException

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Sahil Doshi posted a new comment: but in my case wait() will not throwing FindFailed error but has() returns false -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Description changed to: Some time wait() will find a match but for the same screen has() will return false. I have a code like : screen.wait(image, 60); if (!screen.has(image)) { throw new

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Description changed to: Some time wait() will find a match but for the same screen has() will return false. I have a code like : screen.wait(image, 60); if (!screen.has(image)) { throw new

Re: [Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
Question #681126 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681126 Description changed to: Some time wait() will find a match but for the same screen has() will return false. I have a code like : screen.wait(image, 60); if (!screen.has(image)) { throw new

[Sikuli-driver] [Question #681126]: Problem with wait(Pattern)

2019-05-29 Thread Sahil Doshi
New question #681126 on Sikuli: https://answers.launchpad.net/sikuli/+question/681126 Some time wait() will find a match but for the same screen has() will return false. I have a code like : screen.wait(image, waitInMinute * 60); if (!screen.has(image)) { throw new

Re: [Sikuli-driver] [Question #680461]: [1.1.4] Problems with image file paths containing blanks

2019-04-26 Thread Sahil Doshi
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Sahil Doshi posted a new comment: Is there any problem or bug which I can follow to get an update on this issue when it will get resolved? -- You received this question notification because your team

Re: [Sikuli-driver] [Question #680461]: [1.1.4] Problems with image file paths containing blanks

2019-04-26 Thread Sahil Doshi
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Sahil Doshi posted a new comment: when can I expect this to be fixed? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #680461]: [1.1.4] Problems with image file paths containing blanks

2019-04-26 Thread Sahil Doshi
Question #680461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680461 Status: Answered => Solved Sahil Doshi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

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

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/i

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();

[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

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

2019-04-10 Thread Sahil Doshi
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Status: Answered => Solved Sahil Doshi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

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

2019-04-09 Thread Sahil Doshi
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Sahil Doshi posted a new comment: Yes, I have another com.sun.jna which belong to selenium jar -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

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

2019-04-08 Thread Sahil Doshi
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Sahil Doshi posted a new comment: System: Windows 10 Java: 1.8.0_161 SikuliApi: Build 270 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #679788]: Error in creating Pattern using URI

2019-04-06 Thread Sahil Doshi
Question #679788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679788 Description changed to: While creating Pattern from URI of png Image file URI uri = Test.class.getResource("1.png"); Pattern pattern = new Pattern(uri); getting following error. Exception in thread "main"

[Sikuli-driver] [Question #679788]: Error in creating Pattern using URI

2019-04-05 Thread Sahil Doshi
New question #679788 on Sikuli: https://answers.launchpad.net/sikuli/+question/679788 While creating Pattern from URI of png Image file getting following error. Exception in thread "main" java.lang.NoSuchMethodError:

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Sahil Doshi posted a new comment: How can I set Tesseract configs from TextRecognizer.setConfigs? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Status: Answered => Solved Sahil Doshi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working --- only works with exists/wait/find

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Sahil Doshi posted a new comment: on which image "Settings.ImageCallback" is called one which provided in wait or one which is captured? -- You received this question notification because your t

Re: [Sikuli-driver] [Question #679693]: Settings.ImageCallback not working.

2019-04-01 Thread Sahil Doshi
Question #679693 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679693 Summary changed to: Settings.ImageCallback not working. Description changed to: I am using SikuliAPI in Java. Settings.AlwaysResize = 0.0; Settings.ImageCallback = new ImageCallback(){

[Sikuli-driver] [Question #679693]: is there any way to perform image pre-processing before using Region.waitText()?

2019-04-01 Thread Sahil Doshi
New question #679693 on Sikuli: https://answers.launchpad.net/sikuli/+question/679693 I want to apply ImageHelper Utility on Region.waitText() functionality e.g. I want to grayscale images captured withing waitText() and then perform OCR. How can I do that? -- You received this question

[Sikuli-driver] [Question #679692]: TextRecognizer.doOCR() not giving Expected output

2019-03-31 Thread Sahil Doshi
New question #679692 on Sikuli: https://answers.launchpad.net/sikuli/+question/679692 I try to perform an OCR scan on This image - https://opshubtrial-my.sharepoint.com/:i:/g/personal/sahil_doshi_opshub_com/Ec6goWFEMkxBjN0508tsucwBeUljq9XQ_hZMu2PpxYDmyA?e=K9ntP7 using TextRecognizer.doOCR();

Re: [Sikuli-driver] [Question #679576]: functionality of App class is not working on Windows Server 2012 R2

2019-03-26 Thread Sahil Doshi
Question #679576 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679576 Status: Answered => Solved Sahil Doshi confirmed that the question is solved: Thanksī˜Š I am marking it as solved -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #679576]: functionality of App class is not working on Windows Server 2012 R2

2019-03-26 Thread Sahil Doshi
Question #679576 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679576 Sahil Doshi posted a new comment: Any workaround for this? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #679576]: functionality of App class is not working on Windows Server 2012 R2

2019-03-26 Thread Sahil Doshi
New question #679576 on Sikuli: https://answers.launchpad.net/sikuli/+question/679576 When I try to run App.listApps() following error is appeared [debug] Screen: initScreens: starting [debug] Screen: Accessing: GraphicsEnvironment.getLocalGraphicsEnvironment() [debug]