[Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-23 Thread Ryan
New question #254915 on Sikuli: https://answers.launchpad.net/sikuli/+question/254915 Hello, I am trying to have Sikuli type a URL into a form, but have a problem because the shift key is not being activated. In Sikuli: type("http://google.com";) I want http://google.com to be inserted into the

Re: [Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-23 Thread RaiMan
Question #254915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254915 Status: Open => Answered RaiMan proposed the following answer: see faq 933 use paste() instead -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-24 Thread Ryan
Question #254915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254915 Status: Answered => Open Ryan is still having a problem: When I use a paste in this Windows program, it results in only a "v" being inserted, which is why I turned to type() -- You received this questi

Re: [Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-24 Thread Ryan
Question #254915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254915 Ryan posted a new comment: print() works fine, but neither paste or type work in this situation -- You received this question notification because you are a member of Sikuli Drivers, which is an answer cont

Re: [Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-25 Thread RaiMan
Question #254915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254915 Status: Open => Needs information RaiMan requested more information: Ok, paste() internally issues a ctrl-v, to paste the text from the prepared clipboard. Your app seems not to accept paste actions usi

Re: [Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-25 Thread Ryan
Question #254915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254915 Status: Needs information => Open Ryan gave more information on the question: I'm using a 3rd-party email data scraping application that requires pasting URLs of pages to be scraped. ctrl-v and cmd-v bot

Re: [Sikuli-driver] [Question #254915]: Unable to type URL because of shifting problem

2014-09-25 Thread RaiMan
Question #254915 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254915 Status: Open => Answered RaiMan proposed the following answer: I guess you are running the script on the Mac. If yes: there are some problems with acting on Parallel's window's content. You might run t