Re: [Sikuli-driver] [Question #645781]: Inconsistency with type?

2017-06-30 Thread masuo
Question #645781 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645781 Status: Open => Answered masuo proposed the following answer: Use paste() instead of type(). -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #645781]: Inconsistency with type?

2017-06-30 Thread tester
New question #645781 on Sikuli: https://answers.launchpad.net/sikuli/+question/645781 I am currently using Sikuli to type on an iOS simulator. For example, one of the commands is typing a url. Sometimes Sikuli fails the type the correct form of the url, usually missing the first letter. Is

Re: [Sikuli-driver] [Question #645181]: can sikulix 1.1.1 be pushed to maven central?

2017-06-30 Thread Russ Hatch
Question #645181 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645181 Status: Answered => Open Russ Hatch is still having a problem: Sorry, this doesn't quite solve my issue. I'm hoping to use maven central via intellij to update my projects deps. Can't seem to do that

Re: [Sikuli-driver] [Question #643668]: vnc.capture

2017-06-30 Thread RaiMan
Question #643668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643668 Status: Open => Answered RaiMan proposed the following answer: Yes the sources are in https://github.com/RaiMan/SikuliX-2014 (use branch develop) in module sikulixapi (folder API) org.sikuli.vnc the

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 #645654]: is it possible to make setAutoWaitTimeout() to less than one second, if so how?

2017-06-30 Thread Charles Thomas
Question #645654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645654 Charles Thomas posted a new comment: thanks for the explanation, i just needed to know cuz i needed at at least 80 milliseconds, and i had no clue cuz i tried to learn all this in just the past 24 hours. --

Re: [Sikuli-driver] [Question #645654]: is it possible to make setAutoWaitTimeout() to less than one second, if so how?

2017-06-30 Thread Charles Thomas
Question #645654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645654 Status: Answered => Solved Charles Thomas confirmed that the question is solved: Thanks Manfred Hampl, that solved my question. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #645654]: is it possible to make setAutoWaitTimeout() to less than one second, if so how?

2017-06-30 Thread Manfred Hampl
Question #645654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645654 Status: Open => Answered Manfred Hampl proposed the following answer: From http://sikulix-2014.readthedocs.io/en/latest/region.html#Region.setAutoWaitTimeout "Parameters: seconds – a number, which can

Re: [Sikuli-driver] [Question #645654]: is it possible to make setAutoWaitTimeout() to less than one second, if so how?

2017-06-30 Thread Charles Thomas
Question #645654 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645654 Status: Answered => Open Charles Thomas is still having a problem: not completely sure what you mean, is it just not possible? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #643548]: AssertionError

2017-06-30 Thread Launchpad Janitor
Question #643548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643548 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #643780]: Can't find main class setup.RunSetup

2017-06-30 Thread Launchpad Janitor
Question #643780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643780 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #643668]: vnc.capture

2017-06-30 Thread David ENJOLRAS
Question #643668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/643668 David ENJOLRAS posted a new comment: Hello, I'm trying to debug this issue, but have question about accesing the sources. Seems the VNC part is now in the SikuliX-2014 sources, but in a

Re: [Sikuli-driver] [Question #645666]: drag and drop from mouse current location to center of screen

2017-06-30 Thread masuo
Question #645666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645666 masuo posted a new comment: So it is possible to go from the mouses current location to the center of the screen. -- You received this question notification because your team Sikuli Drivers is an answer