Re: [Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-20 Thread Aaron Prince
Question #689383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689383 Aaron Prince posted a new comment: I'm using VMware Horizon Client. I think I want what your link suggests, I just need to figure out how to only use my VM clipboard instead of the my physical machines

Re: [Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-20 Thread Aaron Prince
Question #689383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689383 Status: Answered => Open Aaron Prince is still having a problem: I tried it on my physical laptop and it it worked fine. It only doesn't work when running from my virtual machine. Is there a differ

Re: [Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-19 Thread Aaron Prince
Question #689383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689383 Aaron Prince posted a new comment: thanks for the quick reply. I don't know why it isn't working. CTRL+ left click highlights the contents of the text box I want to copy. I'm trying to copy something from

[Sikuli-driver] [Question #689383]: version 2.0.3 type("c", Key.CTRL) not in Env.getClipboard()

2020-03-19 Thread Aaron Prince
New question #689383 on Sikuli: https://answers.launchpad.net/sikuli/+question/689383 Using Version 2.0.3 I am unable to get save a new value in the clipboard. I've tried the following: keyDown(Key.CTRL) wait(1) # the waits were added in case that was an issue doubleClick(Region(352,447,115,37))

[Sikuli-driver] [Question #245003]: Sikuli - Flash Automation

2014-03-04 Thread prince
New question #245003 on Sikuli: https://answers.launchpad.net/sikuli/+question/245003 i have a web application to automate which contains flash player in two pages. i have to go and click at a particular button in this page(which is inside the flash player) to proceed to the next page. i