← Back to team overview

sikuli-driver team mailing list archive

[Bug 1480058] [NEW] print the copied content by env.getclipboard noe working

 

Public bug reported:

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

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups