Re: [Sikuli-driver] [Question #690954]: [2.0.4] findText("string") not working --- try with findWord, findWords, findLine, findLines

2020-05-27 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Shane Paes posted a new comment: ok Thanks RaiMan, will give this a try and let you know my observations. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-26 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Status: Answered => Open Shane Paes is still having a problem: We had already tried the findText() but it didnt work. is there any other way we can debug this? Is it possible to have a call and s

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-26 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Status: Answered => Open Shane Paes is still having a problem: Basically our scenario is, we trying to find a text (Shape) within a region, it does not find the text. We need to find text its

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-26 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Shane Paes gave more information on the question: We tried to installed sikulixapi latest version as well but it doesnt install anything. give the below message in cmd java -jar sikulixapi-2.0.4.jar SikuliX

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-25 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Summary changed to: findText("string") not working with Sikulixapi 2.0.4 Description changed to: This is my code Settings.OcrTextRead = true; Settings.OcrTextSearch = true; Region

[Sikuli-driver] [Question #690954]: findText("string") not working with Sikilixapi 2.0.4

2020-05-25 Thread Shane Paes
New question #690954 on Sikuli: https://answers.launchpad.net/sikuli/+question/690954 This is my code Settings.OcrTextRead = true; Settings.OcrTextSearch = true; Region RegionShapeMarkup = new Region(4,4,269,165); String TextBoxLabelName= "Shape"; Match

Re: [Sikuli-driver] [Question #690954]: [2.0.4] findText("string") not working --- try with findWord, findWords, findLine, findLines

2020-05-28 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Shane Paes posted a new comment: Hi RaiMan, I have tried the above code. It looks promising. I will continue with more tests. In the meanwhile for the fix in 2.0.5 release how are you planning to track

Re: [Sikuli-driver] [Question #690954]: [2.0.4] findText("string") not working --- try with findWord, findWords, findLine, findLines

2020-05-28 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Linked to bug: #1881240 https://bugs.launchpad.net/bugs/1881240 "findText() or find("some text") not working with Sikuli 2.0.4" -- You received this question notification because your team

Re: [Sikuli-driver] [Question #690954]: [2.0.4] findText("string") not working --- try with findWord, findWords, findLine, findLines

2020-05-28 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Shane Paes posted a new comment: Hi @RaiMan Thanks for the above code. it fixed my problem... I will create this as a bug for findText() or find("some text") -- You received this question no

Re: [Sikuli-driver] [Question #690954]: [2.0.4] findText("string") not working --- try with findWord, findWords, findLine, findLines

2020-05-28 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Shane Paes posted a new comment: Hi @RaiMan Thanks for the above code. it fixed my problem... I will create this as a bug for findText() or find("some text") -- You received this question no

Re: [Sikuli-driver] [Question #690954]: [2.0.4] findText("string") not working --- try with findWord, findWords, findLine, findLines

2020-05-28 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Status: Answered => Solved Shane Paes confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Bug 1881240] Re: findText() or find("some text") not working with Sikuli 2.0.4

2020-05-28 Thread Shane Paes
Find below thread for more details https://answers.launchpad.net/sikuli/+question/690954 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1881240 Title: findText() or find("some text") not working

[Sikuli-driver] [Bug 1881240] [NEW] findText() or find("some text") not working with Sikuli 2.0.4

2020-05-28 Thread Shane Paes
Public bug reported: current state findText() and find("some text") are supported by the same implementation, which currently does not work well. This is a bug and will be fixed in 2.0.5 Until then try to solve your problem until with findWord, findWords, findLine

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-26 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Status: Answered => Open Shane Paes is still having a problem: I tired the same with IDE on my machine m = findText("Launchpad") m.highlight(3) got this error javax.script.Sc

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-27 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Shane Paes posted a new comment: sure lets wait for @RaiMan's reply. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #690954]: findText("string") not working with Sikulixapi 2.0.4

2020-05-27 Thread Shane Paes
Question #690954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/690954 Status: Answered => Open Shane Paes is still having a problem: @masuo i tried with Python and it worked. How can i confirm that it works for Java? -- You received this question notification beca

[Sikuli-driver] [Bug 1907671] [NEW] Could not initialize class org.sikuli.script.Screen

2020-12-10 Thread Shane Paes
Public bug reported: Getting the below error when running my sikuli scripts. This was working earlier, no changes done to java version as well. I'm using: sikulixide-2.0.4.jar Windows 10 1909 Java 11.0.6 with the above combination this was working. Now suddenly its stopped working with the

[Sikuli-driver] [Question #694452]: Could not initialize class org.sikuli.script.Screen

2020-12-10 Thread Shane Paes
New question #694452 on Sikuli: https://answers.launchpad.net/sikuli/+question/694452 Getting the below error when running my sikuli scripts. This was working earlier, no changes done to java version as well. I'm using: sikulixide-2.0.4.jar Windows 10 1909 Java 11.0.6 with the above

Re: [Sikuli-driver] [Question #694452]: Could not initialize class org.sikuli.script.Screen

2020-12-10 Thread Shane Paes
Question #694452 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694452 Shane Paes posted a new comment: am using sikulixapi.jar i tried to initialize the screen and use it and it does not throw any error for invalid functions. Screen s = new Screen(); s.click(); -- You

Re: [Sikuli-driver] [Question #694452]: Could not initialize class org.sikuli.script.Screen

2020-12-10 Thread Shane Paes
Question #694452 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694452 Status: Answered => Open Shane Paes is still having a problem: am using sikulixapi.jar i tried to initialize the screen and use it and it does not throw any error for invalid functions. Screen s =

Re: [Sikuli-driver] [Question #694452]: Could not initialize class org.sikuli.script.Screen

2020-12-15 Thread Shane Paes
Question #694452 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694452 Status: Answered => Solved Shane Paes confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #695640]: Is Sikuli supported with Amazon Corretto JAVA

2021-02-19 Thread Shane Paes
New question #695640 on Sikuli: https://answers.launchpad.net/sikuli/+question/695640 Wanted to check with Sikuli supported with Amazon Corretto JAVA -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.