sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33989
[Bug 1480058] Re: print the copied content by env.getclipboard noe working
I suggest asking your question in the users forum before raising a
defect.
First of all, read the documentation (or other questions in the user
forum) carefully. The key combination that you need to execute should
be:
type("a", KeyModifier.CTRL)
type("c", KeyModifier.CTRL)
Second, in latest version of Sikuli, Env.getClipboard() is deprecated.
App.getClipboard() should be used instead.
** Changed in: sikuli
Status: New => Invalid
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1480058
Title:
print the copied content by env.getclipboard noe working
Status in Sikuli:
Invalid
Bug description:
regx=Region(263,380,63,29)
doubleClick(regx)
type("a",KEY_CMD)
type("c",KEY_CMD)
var= Env.getClipboard()
print(var)
i need the output the selected content which was copied eg content is "1234" i have select and copied and get that in Env.getClipboard() and if i print that it should return 1234 as output . but iam getting output "Env.getClipBoard()"..
iam using sikuli 1.01 linux system
please suggest
thank you
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1480058/+subscriptions
References