[Sikuli-driver] [Question #196378]: How to gather input from Windows command line

2012-05-07 Thread Mychal Miller
New question #196378 on Sikuli: https://answers.launchpad.net/sikuli/+question/196378 I want to use a command window (in Windows) to display a test menu so that a specific test module can be selected by the user. To display the menu I'll use either sikuli "type" command to either type the menu o

Re: [Sikuli-driver] [Question #187104]: Trying to sense when the screen stops changing

2012-02-10 Thread Mychal Miller
Question #187104 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187104 Description changed to: I'm trying to setup a script that senses when a region of the screen stops changing... First I tried: spot = Region(100,100,50,50) wait(1) while Region(100,100,50,50) <> sp

Re: [Sikuli-driver] [Question #187104]: Trying to sense when the screen stops changing

2012-02-10 Thread Mychal Miller
Question #187104 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187104 Description changed to: I'm trying to setup a script that senses when a region of the screen stops changing... First I tried: spot = Region(100,100,50,50) wait(1) while Region(100,100,50,50) <> sp

Re: [Sikuli-driver] [Question #187104]: Trying to sense when the screen stops changing

2012-02-10 Thread Mychal Miller
Question #187104 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187104 Mychal Miller posted a new comment: Raiman, I tried putting your code into a function which is inside a class and it never makes it past "r.onChange(changed)". I'm certain that I'm

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

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

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

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. T

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

2012-02-06 Thread Mychal Miller
New question #187001 on Sikuli: https://answers.launchpad.net/sikuli/+question/187001 My application involves some manual hardware interactions that trigger events in the software system for the purpose of system functional testing. I currently use Python unittest. My current scripts use "popup"

Re: [Sikuli-driver] [Question #185846]: how to reassign App following splash screen

2012-01-26 Thread Mychal Miller
Question #185846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185846 Mychal Miller posted a new comment: Thanks, I'll take another look at it and see whether I just missed something in my actual code. -- You received this question notification because you are a memb

Re: [Sikuli-driver] [Question #185846]: how to reassign App following splash screen

2012-01-25 Thread Mychal Miller
Question #185846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185846 Description changed to: The GUI I'm working with starts with a splash screen where the user selects a profile to load. I have this automated with no issues. My problem is after the profile is selected and the

Re: [Sikuli-driver] [Question #185846]: how to reassign App following splash screen

2012-01-25 Thread Mychal Miller
Question #185846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185846 Description changed to: The GUI I'm working with starts with a splash screen where the user selects a profile to load. I have this automated with no issues. My problem is after the profile is selected and the

Re: [Sikuli-driver] [Question #185846]: how to reassign App following splash screen

2012-01-25 Thread Mychal Miller
Question #185846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185846 Mychal Miller gave more information on the question: Update: I think the functions are correct. Something must be wrong with my implementation. When I write a simple script to open the gui, select the

Re: [Sikuli-driver] [Question #185846]: how to reassign App following splash screen

2012-01-25 Thread Mychal Miller
Question #185846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185846 Description changed to: The GUI I'm working with starts with a splash screen where the user selects a profile to load. I have this automated with no issues. My problem is after the profile is selected and the

[Sikuli-driver] [Question #185846]: how to reassign App following splash screen

2012-01-25 Thread Mychal Miller
New question #185846 on Sikuli: https://answers.launchpad.net/sikuli/+question/185846 The GUI I'm working with starts with a splash screen where the user selects a profile to load. I have this automated with no issues. My problem is when the profile is selected and the GUI is launched, my App in

Re: [Sikuli-driver] [Question #185628]: Combining "focus" and "type" commands

2012-01-24 Thread Mychal Miller
Question #185628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185628 Status: Answered => Solved Mychal Miller confirmed that the question is solved: Thanks. In normal usage they will be arranged non-overlapping, but I'd prefer not to build that assumption into

Re: [Sikuli-driver] [Question #185628]: Combining "focus" and "type" commands

2012-01-23 Thread Mychal Miller
Question #185628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185628 Description changed to: I have a script that opens two command windows, starts a telnet session in each, then sends a sequence of commands to them. There are many occasions when the script sends a command to

[Sikuli-driver] [Question #185628]: Combining "focus" and "type" commands

2012-01-23 Thread Mychal Miller
New question #185628 on Sikuli: https://answers.launchpad.net/sikuli/+question/185628 I have a script that opens two command windows, starts a telnet session in each, then sends a sequence of commands to them. There are many occasions when the script sends a command to window cmd_A, then a comma

Re: [Sikuli-driver] [Question #168233]: IDE: UnitTest: Test Case Results Error

2012-01-19 Thread Mychal Miller
Question #168233 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168233 Mychal Miller posted a new comment: RaiMan, the file that you posted with sample test code no longer exists at the link provided. Is it possible to repost the file? (dead URL: https://files.me.com/rhocke