Win32::Screenshot 0.0.8 Released

Capture Screenshots on Windows with Ruby

= 0.0.8 2010-12-13

  • Renamed Win32::Screenshot::Util.all_windows to all_desktop_windows
    (Roger P.)
  • Added methods to Win32::Screenshot::Util class (Roger P.):
    • window_process_id
    • window_class
    • windows_hierarchy_with_info
    • get_info
    • location_of
  • It’s possible to search windows also by class name (Roger P.)
  • Child windows will be also searched for (Roger P.)

Install it with gem install win32screenshot

You can check out more from the GitHub repo at

Jarmo P.