Re: [Sikuli-driver] [Question #187149]: How to write in existing Excel Sheet

2012-02-08 Thread RaiMan
Question #187149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187149 Status: Open = Answered RaiMan proposed the following answer: basic info see comment #1 at question https://answers.launchpad.net/sikuli/+question/187101 Writing in an existing excel sheet is not

Re: [Sikuli-driver] [Question #187149]: How to write in existing Excel Sheet

2012-02-08 Thread RaiMan
Question #187149 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187149 RaiMan posted a new comment: UUUps, why didn't you subscribe to the question? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #187153]: facing problem with tree view selection

2012-02-08 Thread RaiMan
Question #187153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187153 Status: Open = Answered RaiMan proposed the following answer: --- NSK(Non stop kernal) GUI automation What ever that might be in your situate? Sikuli works best with JRE 6 ( version 15). JRE 7 makes

Re: [Sikuli-driver] [Question #187153]: facing problem with tree view selection

2012-02-08 Thread Manjula C M
Question #187153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187153 Status: Answered = Open Manjula C M is still having a problem: If we capture some images with the odler java versions and try to run with the java version 6 will it work? I am sending the sanp shot of

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-02-08 Thread Sneha Pandey
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Status: Answered = Solved Sneha Pandey confirmed that the question is solved: Hi RaiMan, Thank you so much. It's done. I tried both the options and they worked great. I must appreciate your time and

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-02-08 Thread Sneha Pandey
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Sneha Pandey confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #187153]: facing problem with tree view selection

2012-02-08 Thread RaiMan
Question #187153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187153 Status: Open = Answered RaiMan proposed the following answer: Captured images are .png files, that should be the same for different Java versions. Internaly the java.awt.Robot feature is used to get

[Sikuli-driver] [Question #187168]: How can I return or print just the Pattern of an image without similarity or offset

2012-02-08 Thread Srinivas Raju B
New question #187168 on Sikuli: https://answers.launchpad.net/sikuli/+question/187168 Hi RaiMan, try: Img1 = Pattern(stringatthat.png).similar(0.79).targetOffset(39,1) find(Img1) exception: # send the following info to html report. report.write Failed - + Img1 + is not present In

Re: [Sikuli-driver] [Question #187168]: How can I return or print just the Pattern of an image without similarity or offset

2012-02-08 Thread RaiMan
Question #187168 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187168 Status: Open = Answered RaiMan proposed the following answer: I would do it this way: Img1 = Pattern(stringatthat.png).similar(0.79).targetOffset(39,1) if not exists(img1): report.write Failed - +

Re: [Sikuli-driver] [Question #187168]: How can I return or print just the Pattern of an image without similarity or offset

2012-02-08 Thread Srinivas Raju B
Question #187168 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187168 Status: Answered = Solved Srinivas Raju B confirmed that the question is solved: yep. i got it. Yes, i referred to the docs, and got the solution, before your reply. :) Anyways, thanks a ton for your

[Sikuli-driver] [Question #187182]: Please help!

2012-02-08 Thread SteveElrad
New question #187182 on Sikuli: https://answers.launchpad.net/sikuli/+question/187182 I am not a programmer and the Sikuli environment is perfect for what I need to do. I have 4 different buttons that come on to the screen at different times and I need to recognize button1 and then click it,

Re: [Sikuli-driver] [Question #187182]: Please help!

2012-02-08 Thread RaiMan
Question #187182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187182 Status: Open = Answered RaiMan proposed the following answer: quick and dirty: while True: if exists(button1, 0): click(getLastMatch()) if exists(button2, 0): click(getLastMatch()) if

Re: [Sikuli-driver] [Question #187182]: How to wait for and click on 4 buttons, that appear at different times

2012-02-08 Thread RaiMan
Question #187182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187182 Summary changed to: How to wait for and click on 4 buttons, that appear at different times -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #187182]: How to wait for and click on 4 buttons, that appear at different times

2012-02-08 Thread SteveElrad
Question #187182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187182 Status: Answered = Solved SteveElrad confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #187182]: How to wait for and click on 4 buttons, that appear at different times

2012-02-08 Thread SteveElrad
Question #187182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187182 SteveElrad posted a new comment: Thank you so much for your quick response. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #187182]: How to wait for and click on 4 buttons, that appear at different times

2012-02-08 Thread RaiMan
Question #187182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187182 RaiMan posted a new comment: Yeah, have fun with it :-) Come back, whenever you need help. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #187198]: Black screen on primary monitor when taking screenshot

2012-02-08 Thread Phil Howard
New question #187198 on Sikuli: https://answers.launchpad.net/sikuli/+question/187198 I have two monitors. When I try to take a screenshot, or use any function in the IDE that takes a screenshot, both monitors fade, but the primary keeps going until it is completely black. I can still take the

Re: [Sikuli-driver] [Question #186967]: script fails when unattended

2012-02-08 Thread Beth Griffin
Question #186967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/186967 Beth Griffin gave more information on the question: So, after: - making sure I had Sikuli X 1.0rc3 installed and unpacked into the necessary IDEs, etc. - changing the wait(VSStart.png, 90) to

Re: [Sikuli-driver] [Question #187198]: Black screen on primary monitor when taking screenshot

2012-02-08 Thread RaiMan
Question #187198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187198 Status: Open = Needs information RaiMan requested more information: Using rc3 newest version? What system? What Java? -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #187001]: Best approach for developing a unit testing GUI

2012-02-08 Thread Mychal Miller
Question #187001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187001 Mychal Miller posted a new comment: Just found this: http://sikuli.org/docx/extensions/sikuli- guide/index.html I really like it so far, I'll code a few guides and see whether they address my need. Thanks!

Re: [Sikuli-driver] [Question #187001]: Best approach for developing a unit testing GUI

2012-02-08 Thread Mychal Miller
Question #187001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187001 Status: Answered = Open Mychal Miller is still having a problem: Question... how experimental is the Sikuli Guide? Is it part of the roadmap for Sikuli or is there a big risk of the functionality being

Re: [Sikuli-driver] [Question #187024]: How Can I use variables as part of a path

2012-02-08 Thread Joe Murphy
Question #187024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187024 Status: Answered = Solved Joe Murphy confirmed that the question is solved: Ok. I think I'm making headway with Sikuli, but only by a brute force methodology. It does appear that there are much more

Re: [Sikuli-driver] [Question #187198]: Black screen on primary monitor when taking screenshot

2012-02-08 Thread Phil Howard
Question #187198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187198 Status: Needs information = Open Phil Howard gave more information on the question: Windows XP Latest version of Java installed today! Not sure what rc3 even is, I'm afraid. Thanks! -- You received

Re: [Sikuli-driver] [Question #187198]: Black screen on primary monitor when taking screenshot

2012-02-08 Thread RaiMan
Question #187198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187198 RaiMan posted a new comment: Sorry, rc3 means the latest version of Sikuli X according to the download page: http://sikuli.org/download.shtml -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #187024]: How Can I use variables as part of a path

2012-02-08 Thread RaiMan
Question #187024 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187024 RaiMan posted a new comment: Again: I do not think, that you need some basic programming course. I cannot judge your AutoHotkey knowledge, but this should be enough, to directly get into some neat Python

Re: [Sikuli-driver] [Question #187198]: Black screen on primary monitor when taking screenshot

2012-02-08 Thread Phil Howard
Question #187198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187198 Phil Howard gave more information on the question: Ah, I see! Also installed today; Sikuli-X-1.0rc3 (r905)-win32.exe -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #187001]: Best approach for developing a unit testing GUI

2012-02-08 Thread RaiMan
Question #187001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187001 Status: Open = Answered RaiMan proposed the following answer: About Sikuli Guide see our personal mail communication. To not freeze the script, you have to put any guidance GUI in a subprocess anyway

Re: [Sikuli-driver] [Question #187198]: Windows XP: setup with 2 monitors, primary goes black on capture

2012-02-08 Thread RaiMan
Question #187198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187198 Summary changed to: Windows XP: setup with 2 monitors, primary goes black on capture -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #187198]: Black screen on primary monitor when taking screenshot

2012-02-08 Thread RaiMan
Question #187198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187198 Status: Open = Answered RaiMan proposed the following answer: Ok, your setup seems ok. The only thing I would recommend to try out: use Sikuli-IDE-w.bat to start the IDE. More I cannot do for you in

Re: [Sikuli-driver] [Question #187225]: Selecting text in region

2012-02-08 Thread Selene Scriven
Question #187225 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187225 Project: Canonical SSO provider = Sikuli -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #187225]: Selecting text in region

2012-02-08 Thread RaiMan
Question #187225 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187225 Status: Open = Answered RaiMan proposed the following answer: This is how I would do it. The text search feature seems to work with the font Google uses. The browser should show the maps.google.com.

[Sikuli-driver] [Question #187260]: Getting following error while running script 'java.lang.NoClassDefFoundError: com/sun/awt/AWTUtilities'

2012-02-08 Thread swethak
New question #187260 on Sikuli: https://answers.launchpad.net/sikuli/+question/187260 RemoteTestNG starting RanorexAutomation: loaded, pid=4688 RanorexAutomation: listen at 127.42.11.39:14688 [info] Windows utilities loaded. FAILED CONFIGURATION: @BeforeClass startSelenium

Re: [Sikuli-driver] [Question #187260]: Getting following error while running script 'java.lang.NoClassDefFoundError: com/sun/awt/AWTUtilities'

2012-02-08 Thread swethak
Question #187260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187260 Description changed to: RemoteTestNG starting [info] Windows utilities loaded. FAILED CONFIGURATION: @BeforeClass startSelenium java.lang.NoClassDefFoundError: com/sun/awt/AWTUtilities at

Re: [Sikuli-driver] [Question #187260]: Getting following error while running script 'java.lang.NoClassDefFoundError: com/sun/awt/AWTUtilities'

2012-02-08 Thread RaiMan
Question #187260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187260 Status: Open = Answered RaiMan proposed the following answer: In your environment, the system path does not contain path-to-java\jre6\bin -- You received this question notification because you are a