Re: [Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-08 Thread Gorilla
Question #213704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213704 Gorilla posted a new comment: W7 java 6 update 31 [log] CLICK on (1385,208) here it doens't click [error] Stoppedhere the program don't recognize the image on the screen , and

Re: [Sikuli-driver] [Question #213721]: NameError: name 'anyting' is not defined

2012-11-08 Thread Stefan
Question #213721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213721 Status: Answered => Solved Stefan confirmed that the question is solved: Thanks j, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #213721]: NameError: name 'anyting' is not defined

2012-11-08 Thread j
Question #213721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213721 Status: Open => Answered j proposed the following answer: Hi, you have to put Hello in quotes like this: type("Hello") -- You received this question notification because you are a member of Sikuli Dr

Re: [Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-08 Thread j
Question #213704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213704 j posted a new comment: I have never experienced something like this before, especially the "[error] Stopped" part. Can you post the relevant part of your script and the details of your system you're runni

Re: [Sikuli-driver] [Question #213721]: NameError: name 'anyting' is not defined

2012-11-08 Thread Stefan
Question #213721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213721 Description changed to: Hello everyone, I am totally new to sikuli and during the first tutorial ''Hello World'' on windows I get this problem: [error] Felmeddelande: Traceback (most recent call last): File

[Sikuli-driver] [Question #213721]: NameError: name 'anyting' is not defined

2012-11-08 Thread Stefan
New question #213721 on Sikuli: https://answers.launchpad.net/sikuli/+question/213721 Hello everyone, I am totally new to sikuli and during the first tutorial ''Hello World'' on windows I get this problem: [error] Felmeddelande: Traceback (most recent call last): File "C:\Users\STEFANTR~1\AppD

Re: [Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-08 Thread Gorilla
Question #213704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213704 Gorilla posted a new comment: Sometimes it works but very rarely -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #213704]: click( img ) not working..

2012-11-08 Thread Gorilla
New question #213704 on Sikuli: https://answers.launchpad.net/sikuli/+question/213704 Sikuli detects image and pretends clicking on it but is actualy just find & hover it, and after that going to the next function ... [log] CLICK on (1313,126) [log] CLICK on (496,477) [log] CLICK on (1009,92

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread RaiMan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 RaiMan posted a new comment: @ Roman Thanks for finding. I have put it in the docs (http://doc.sikuli.org/#great-3rd-party-articles). -- You received this question notification because you are a member of

[Sikuli-driver] [Bug 1076361] Re: Many broken images in tutorials

2012-11-08 Thread RaiMan
Thanks for the post. It is fixed now. ** Changed in: sikuli Status: New => Fix Released ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) ** Tags removed: broken-link website ** Summary changed: - Many broken images in tutorials + FIXED: Many broken images in t

[Sikuli-driver] [Bug 1076372] Re: [request] improvement for run command

2012-11-08 Thread RaiMan
based on https://github.com/sikuli/sikuli/issues/21 actually the run() command is implemented using java.lang.Runtime.getRuntime().exec(command string) and it returns the command output as a list of lines. This is comparable to an implementation on the Jython level using os.popen() (or subproce

[Sikuli-driver] [Bug 1076372] [NEW] [request] improvement for run command

2012-11-08 Thread RaiMan
Public bug reported: In GUI mode the run(command) should show the console window. In CLI mode the run(command) could optionally show the console window. Either way, it should check the exit code and either return it or fail. Without such improvement, it's just like submodule.call() ** Affects:

Re: [Sikuli-driver] [Question #213664]: 'Alt + a' from sikuli java.

2012-11-08 Thread RaiMan
Question #213664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213664 RaiMan posted a new comment: Surprising that this works ;-) this is the correct version: s.type("a", KeyModifier.ALT); using: s.type("A", KeyModifier.ALT); would be the same as s.type("a", KeyModifier.AL

[Sikuli-driver] [Bug 1076361] [NEW] Many broken images in tutorials

2012-11-08 Thread Roger Erens
Public bug reported: In the tutorials http://doc.sikuli.org/tutorials/checkone/checkone.html and onwards, many broken image links appear. The images are supposed to show up in the ".. sikuliscript::" mark-up pieces. ** Affects: sikuli Importance: Undecided Status: New ** Tags: br

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread Roman Podolyan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 Summary changed to: Sikuli vs Eggplant , visual automation/testing tools comparision -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Si

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread Roman Podolyan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 Status: Open => Solved Roman Podolyan confirmed that the question is solved: If somebody wants to add more information, feel free to do it :) -- You received this question notification because you are

Re: [Sikuli-driver] [Question #213672]: Sikuli vs Eggplant , visual automation/testing tools comparision

2012-11-08 Thread Roman Podolyan
Question #213672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213672 Roman Podolyan posted a new comment: If somebody wants to add more information, feel free to do it :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answe

[Sikuli-driver] [Question #213672]: Sikuli vs Eggplant tools comparision

2012-11-08 Thread Roman Podolyan
New question #213672 on Sikuli: https://answers.launchpad.net/sikuli/+question/213672 Recently I was asked to give my opinion about using Eggplant solution on project. Looking for a review, I found a good one, and now I want to share the findings http://testwarriors.blogspot.com/2012/04/compari

Re: [Sikuli-driver] [Question #213457]: exists function not working after defining region

2012-11-08 Thread Alex Yi
Question #213457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213457 Alex Yi posted a new comment: That's exactly what was happening to me too. It only fails when the test is ran and randomly(sometimes works and sometimes it doesn't) I will need to play around with it. --

Re: [Sikuli-driver] [Question #213664]: 'Alt + a' from sikuli java.

2012-11-08 Thread Yavvan
Question #213664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213664 Status: Open => Solved Yavvan confirmed that the question is solved: I am able to do this with this. s.type(KeyModifier.ALT + "A"); -- You received this question notification because you are a member

[Sikuli-driver] [Question #213664]: 'Alt + a' from sikuli java.

2012-11-08 Thread Beena Reddy
New question #213664 on Sikuli: https://answers.launchpad.net/sikuli/+question/213664 I am using Sikulu with Java in Eclipse. When I try to run the code Screen s = new Screen(); s.type(Key.ALT + "A"); It types asTYPE "?a" I want the system to understand this as "Alt + A". How can I

Re: [Sikuli-driver] [Question #213636]: Remote Desktop

2012-11-08 Thread j
Question #213636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/213636 Status: Open => Answered j proposed the following answer: Which program do you use for your remote desktop screen? A remote desktop viewer like vnc should normally not have any influence on the sikuli s