Re: [Sikuli-driver] [Question #279254]: Sikuli supports French and dutch language testing?

2015-12-17 Thread RaiMan
Question #279254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279254 Status: Open => Needs information RaiMan requested more information: What exactly do you mean by: supports French and dutch language testing? SikuliX does not have any "language testing" features. --

Re: [Sikuli-driver] [Question #278990]: Questions about the Region observers

2015-12-17 Thread RaiMan
Question #278990 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278990 Status: Open => Answered RaiMan proposed the following answer: at 1: one Region OBJECT -> one observer -> one to many registered events BeAware: different Region objects might represent the same area on

Re: [Sikuli-driver] [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen

2015-12-17 Thread RaiMan
Question #279271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279271 Status: Open => Answered RaiMan proposed the following answer: apparently something was found [debug] P(1449671558474.png) S: 0.9 T: -27,-2 has appeared. [log] CLICK on L(1650,190)@S(0)[0,0 1895x1085]

Re: [Sikuli-driver] [Question #279252]: When using alt-shift-c to interrupt when popup is displayed I get java.lang.InterruptedException: sleep interrupted

2015-12-17 Thread RaiMan
Question #279252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279252 Summary changed to: When using alt-shift-c to interrupt when popup is displayed I get java.lang.InterruptedException: sleep interrupted -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #279252]: errors while running a sikuli IDE script

2015-12-17 Thread RaiMan
Question #279252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279252 Status: Open => Answered RaiMan proposed the following answer: - Then when I stop running by doing a alt-shft-c, this is a kill for the Java environment and the exception message simply means what it

Re: [Sikuli-driver] [Question #276120]: Expecting set null

2015-12-17 Thread Launchpad Janitor
Question #276120 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276120 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

Re: [Sikuli-driver] [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen

2015-12-17 Thread Boris
Question #279271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279271 Status: Answered => Open Boris is still having a problem: Heya RaiMan, i have tried with the highlight on a working click and the non working one and nothing is highlighted. The snippet i have

[Sikuli-driver] [Bug 1527243] [NEW] wait function from imported files do not execute

2015-12-17 Thread ashwinrpai
Public bug reported: Hi I am trying to import a function written in a Sikuli file which has an wait function with image file as its parameter. When I try and import this function in another Sikuli program, it throws exception. I have given both the programs and the result. I did not get any

Re: [Sikuli-driver] [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen

2015-12-17 Thread Boris
Question #279271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279271 Boris gave more information on the question: a bit more information on this matter i think this one might be due to the application i am testing (writing tests). Because for some reason in some cases the

Re: [Sikuli-driver] [Question #279421]: OCR custom font Training and Installation

2015-12-17 Thread Chathura
Question #279421 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279421 Description changed to: I tried Sikuli OCR and text recognition is very poor to useless. I used: myregion=Region(t.x,t.y, 200, 200) f=myregion.find("170") f is emply meaning OCR text find fails to find 170

Re: [Sikuli-driver] [Question #260206]: How to read or get a string from text box or text area?

2015-12-17 Thread IgorG
Question #260206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260206 IgorG proposed the following answer: A possible solution may looks like: matches = r.listText() # get the match regions occupied by the pixels of a word for m in matches: #m.highlight(1)

[Sikuli-driver] [Question #279421]: OCR custom font Training and Installation

2015-12-17 Thread Chathura
New question #279421 on Sikuli: https://answers.launchpad.net/sikuli/+question/279421 I tried Sikuli OCR and text recognition is very poor to useless. I wanted to include my own English fonts with Tesseract training. How would I go about creating my own training set and let Sikuli to use that

Re: [Sikuli-driver] [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen

2015-12-17 Thread RaiMan
Question #279271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279271 Status: Open => Answered RaiMan proposed the following answer: ok, don't mind: It is ok, if YOU understand, what might be going on ;-) I only now have a vague idea about that, but timing still is a

[Sikuli-driver] [Question #279450]: Region.Find("image text") Fails to Find Text

2015-12-17 Thread Chathura
New question #279450 on Sikuli: https://answers.launchpad.net/sikuli/+question/279450 I am trying to find text on a Region using it Find method. Settings.OcrTextSearch = True h=findAll(crosspt) while h.hasNext(): t=h.next() tregion=Region(t.getX(),t.getY(),50,50) # new region where text of

[Sikuli-driver] [Question #279508]: Multi Part Image Pattern Matching

2015-12-17 Thread Chathura
New question #279508 on Sikuli: https://answers.launchpad.net/sikuli/+question/279508 img0=Pattern('%d.png' % 0).similar(.70) #0 img1=Pattern('%d.png' % 1).similar(.70) #1 img2=Pattern('%d.png' % 2).similar(.70) #2 img9=Pattern('%d.png' % 9).similar(.70) #9 then use "combine images" to find

Re: [Sikuli-driver] [Question #276120]: Expecting set null

2015-12-17 Thread DragonH
Question #276120 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/276120 Status: Expired => Open DragonH is still having a problem: I have given all the information I have On Thu, Dec 17, 2015 at 8:43 AM, Launchpad Janitor < question276...@answers.launchpad.net> wrote: >

Re: [Sikuli-driver] [Question #279590]: Running Sikuli scripts on Virtual machine through jenkins

2015-12-17 Thread siddu
Question #279590 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279590 Status: Open => Solved siddu confirmed that the question is solved: We Found the root cause and now its working. -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #279591]: Bot for multiple choice quiz

2015-12-17 Thread Abu Sadek
New question #279591 on Sikuli: https://answers.launchpad.net/sikuli/+question/279591 Hi I am new to sikuli and over the last few days have been racking my brains trying to understand what to do. I have done basic programming at school long time ago. any help will be much appreciated. So I

Re: [Sikuli-driver] [Question #236625]: [1.0.1] CentOS 6.4 x86_64: How to Install SikuliX 1.0.1

2015-12-17 Thread Yasuhiro Yamada
Question #236625 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236625 Yasuhiro Yamada posted a new comment: Point #3 I couldn't find tesseract-3.02.02-3.2.x86_64.rpm... Where can I get it? -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #278990]: Questions about the Region observers

2015-12-17 Thread Spencer Keller
Question #278990 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278990 Status: Answered => Solved Spencer Keller confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #279331]: Does SikuliX cache images?

2015-12-17 Thread Spencer Keller
Question #279331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279331 Status: Answered => Solved Spencer Keller confirmed that the question is solved: What I have observed may be a bug or something that I'm doing incorrectly. I will mark this as solved and if I see the

Re: [Sikuli-driver] [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen

2015-12-17 Thread Boris
Question #279271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279271 Status: Answered => Open Boris is still having a problem: ok will try with the idea to use print instead of highlight. My host system is windows 8.1 and am using VM with windows xp service pack 2. What

Re: [Sikuli-driver] [Question #279271]: When tests are run using xmlrunner the cursor moves to the end of the screen

2015-12-17 Thread RaiMan
Question #279271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279271 Status: Open => Answered RaiMan proposed the following answer: sorry, no idea what the problem might be. instand of m.highlight(2) you might use print m to at least get the coordinates of what is

Re: [Sikuli-driver] [Question #277978]: Unable to install sikuli in Windows 7

2015-12-17 Thread Chandrima
Question #277978 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/277978 Status: Answered => Solved Chandrima confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-17 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 surya posted a new comment: import java.io.*; import java.io.FileReader; import java.io.BufferedReader; import java.io.PrintWriter; public class Test { public static void main(String[] args)throws

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-17 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 surya posted a new comment: sir running this program i got error as"could not find or load main class test -- You received this question notification because your team Sikuli Drivers is an answer contact