Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-07 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: when using the Java API, the project must reference one of the setup- result-jars - usually sikulixapi.jar

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-05 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: oh..then that was my fault.. I was doing well with sikuli 1.0.1 upto now. For OCR Text feature, i am trying to migrate from 1.0.1 to 1.1.1.

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-05 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: if a libs folder is created in C:/Sikuli, then you are not using 1.1.1 see comment #10 -- You received this question notification

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-05 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Yes, I am using clean the version 1.1.1. Deleted the libs folder in C:/Sikuli. Then tried running the script. libs folder created without

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-04 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: Take care that you are running a clean version 1.1.1 and not addressing any parts of older versions. the tessdata folder should not be

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-04 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Thanks RaiMAn, I have added "Settings.OcrTextSearch = true;" But i got the following error. [error] TextRecognizer: init: tessdata folder

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: I didn't say anything about making "functions static" You have to do on the Java level, what was mentioned in comment #4 for the

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Updated to sikuli 1.1.1. imported "org.sikuli.basics.Settings". made the function to "static" as you suggested. The command

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: You SHOULD upgrade your SikuliX to version 1.1.1 of course. At the Java level the respective class is: org.sikuli.basics.Settings and the

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-07-03 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Raiman, FYI, 1. I used Sikuli-setup.jar for sikuli configuration version:1.0.1 2. I am not using Sikuli-IDE, i am automating Flex-Webpage

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-06-30 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: Be sure to have SikuliX setup with Option 3 (Text feature). In your script say: Settings.OcrTextSearch = True to switch it on. -- You

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-06-30 Thread vignesh
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Answered => Open vignesh is still having a problem: Thanks RainMan for your instant reply. I am unable to find the text as you suggested using find("some text"). I got the following error:

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-06-29 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 Status: Open => Answered RaiMan proposed the following answer: according to the docs, it is still with version 1: find("some text") -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-06-29 Thread vignesh
New question #645517 on Sikuli: https://answers.launchpad.net/sikuli/+question/645517 I am using sikuli with java. I want to find a text on flash webpage and click it. I tried using "screen.findText("Text to find on screen");" in Eclipse(Java). But i ended with following error: Exception in

Re: [Sikuli-driver] [Question #645517]: How to find a text on flash webpage using java

2017-06-29 Thread RaiMan
Question #645517 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645517 RaiMan posted a new comment: not a bug -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing