← Back to team overview

sikuli-driver team mailing list archive

[Bug 667561] Re: ShowStopper : "PrintScreen" hotkey unable to press using Key.PrintScreen function

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/667561

Title:
  ShowStopper  : "PrintScreen" hotkey unable to press using
  Key.PrintScreen function

Status in Sikuli:
  Fix Released

Bug description:
  Sikuli Version 0.10.2
  Windows 7 32-bit
  Java 1.6.0_40

  Scrips below :

  openApp("calc")
  wait(3)
  type(Key.PRNTSCREEN)

  #here i want to make a screen shot to record the current status ,
  actually i want to record every steps i ever run , but this is not
  support .