Re: [Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-08-08 Thread Sunil
Question #21 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/21 Sunil posted a new comment: Hi Raimund, I did found a workaround to avoid the parser issue in my case, but the original issue persists and I'm bit curious to find out the root-cause. If following

Re: [Sikuli-driver] [Question #233689]: Detect a dialog box

2013-08-08 Thread RaiMan
Question #233689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233689 Status: Open = Answered RaiMan proposed the following answer: @Eugene --1. I do not think, that this is a timing problem, since in the standard the find operation already waits for 3 seconds. --2.

Re: [Sikuli-driver] [Question #233733]: Is there a way to combine CTRL and WHEEL_UP to zoom in on web pages?

2013-08-08 Thread RaiMan
Question #233733 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233733 Status: Open = Answered RaiMan proposed the following answer: take care, that the respective window has focus. keyDown(Key.CTRL) wheel(WHEEL_UP, 5) keyUp() -- You received this question notification

[Sikuli-driver] [Question #233733]: Is there a way to combine CTRL and WHEEL_UP to zoom in on web pages?

2013-08-08 Thread Benjamin Bruffey
New question #233733 on Sikuli: https://answers.launchpad.net/sikuli/+question/233733 I am currently trying to use the OCR in sikuli to grab text from a region of the screen and it works perfectly if I have the web page zoomed in. I am wondering if there is a way to do the CTRL + scroll wheel

Re: [Sikuli-driver] [Question #233733]: Is there a way to combine CTRL and WHEEL_UP to zoom in on web pages?

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

[Sikuli-driver] [Question #233740]: Sikuli Is Not Reading entire XML File

2013-08-08 Thread Jennifer Coleman
New question #233740 on Sikuli: https://answers.launchpad.net/sikuli/+question/233740 I'm trying to start file i/o in my program wanted to get a simple file read and print working. But sikuli isn't reading or printing the entire file. The file is a short xml file: ?xml version=1.0

Re: [Sikuli-driver] [Question #233740]: Sikuli Is Not Reading entire XML File

2013-08-08 Thread RaiMan
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Status: Open = Answered RaiMan proposed the following answer: This is a problem with the message area, since it is managed itself using HTML, but not everything that goes there is transcripted

Re: [Sikuli-driver] [Question #233740]: Sikuli Is Not Reading entire XML File

2013-08-08 Thread Jennifer Coleman
Question #233740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233740 Status: Answered = Open Jennifer Coleman is still having a problem: Thanks RaiMan!! That worked, sort of. The first time I ran the original file i got an ImportError. File