J
Jarmo Pertman
Capture Screenshots on Windows with Ruby
= 0.0.8 2010-12-13
* Renamed Win32::Screenshot::Util.all_windows to all_desktop_windows
(Roger Pack)
* Added methods to Win32::Screenshot::Util class (Roger Pack):
- window_process_id
- window_class
- windows_hierarchy_with_info
- get_info
- location_of
* It's possible to search windows also by class name (Roger Pack)
* Child windows will be also searched for (Roger Pack)
Install it with `gem install win32screenshot`
You can check out more from the GitHub repo at https://github.com/jarmo/win32screenshot
Jarmo Pertman
= 0.0.8 2010-12-13
* Renamed Win32::Screenshot::Util.all_windows to all_desktop_windows
(Roger Pack)
* Added methods to Win32::Screenshot::Util class (Roger Pack):
- window_process_id
- window_class
- windows_hierarchy_with_info
- get_info
- location_of
* It's possible to search windows also by class name (Roger Pack)
* Child windows will be also searched for (Roger Pack)
Install it with `gem install win32screenshot`
You can check out more from the GitHub repo at https://github.com/jarmo/win32screenshot
Jarmo Pertman