J
Jarmo Pertman
=== Version 0.3.0 / 2010-12-18
* added Ffi adapter specific method Window#child which searches for
child windows and popups
This allows to search for child windows and popups like this:
RAutomation::Window.new
title => /Windows Internet Explorer/
i).child
title => /some popup/).close
I've also written a blog post about RAutomation
http://www.itreallymatters.net/post/2352350743/automating-windows-and-their-controls-with-ruby
Source: https://github.com/jarmo/rautomation
Jarmo Pertman
* added Ffi adapter specific method Window#child which searches for
child windows and popups
This allows to search for child windows and popups like this:
RAutomation::Window.new
i).child
I've also written a blog post about RAutomation
http://www.itreallymatters.net/post/2352350743/automating-windows-and-their-controls-with-ruby
Source: https://github.com/jarmo/rautomation
Jarmo Pertman