Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2014-10-20 Thread orielly
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 orielly posted a new comment: Bug #1183246: [request] add python stuff like xlrd, xlwt, htmlTestRunner, ... as installable extensions Thanks http://defensetax.com/ -- You received this question

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread RaiMan
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Status: Open = Answered RaiMan proposed the following answer: Tested on Win7 32 (with the new version 1.0.0, but should not make a difference) app = App('Mozilla Firefox') app.focus() wait(1)

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread Alex Nilsson
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Alex Nilsson proposed the following answer: If for some reason type(Key.ENTER) stopped working for you, you could employ a workaround, like type(\n) instead. -- You received this question notification

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread Serginho
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Serginho posted a new comment: @Alex Nilson (neither Key.Enter, nor \n). ( https://answers.launchpad.net/sikuli/+question/229444 ) Additionally: neither type(url) type(\n) nor type(url + \n)

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread Serginho
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Status: Answered = Open Serginho is still having a problem: In the LOOP!!! NOT WORKING!!! @staticmethod def click_green_arrow(): if exists(IMG_FIREFOX_GREEN_ARROW):

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread RaiMan
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Status: Open = Answered RaiMan proposed the following answer: I do not understand this complicated approach to enter an url in FF CTRL-l (lowercase L) is a defined shortcut to switch to the address

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread Serginho
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Status: Answered = Open Serginho is still having a problem: I do not understand this complicated approach to enter an url in FF I do not understand why Sikuli doesn't work at 100% of cases. Really.

Re: [Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-23 Thread RaiMan
Question #229444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/229444 Status: Open = Solved RaiMan changed the question status: --- I do not understand why Sikuli doesn't work at 100% of cases. Really. Easy as it is. I accept this unpolite statement as born from your

[Sikuli-driver] [Question #229444]: Why Key.ENTER doesn't work?

2013-05-22 Thread Serginho
New question #229444 on Sikuli: https://answers.launchpad.net/sikuli/+question/229444 It ain't working! It refuses to press. It denies. Windows 8, Java 7 x64 / Windows 2003 Server, Java 6 x32 ain't working. It types first - base url - it's ok, but then it starts to type urls and doesn't press