sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09398
Re: [Question #190786]: Env.getClipBoard returns empty string when running from a remote connection
Question #190786 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190786
Status: Needs information => Open
Gianni Pucciani gave more information on the question:
Hello,
Sorry, that was just a copy/paste error.
Please consider:
[...]
type(Key.TAB)
type(Key.SPACE)
type("c", KEY_CTRL)
package = Env.getClipboard()
if len(package) == 0 :
print "Package is empty!"
sys.exit(1)
print("Package selected :" + package)
[...]
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.