RAutomation 0.3.0 Released

=== 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

Source: GitHub - jarmo/RAutomation: RAutomation

Jarmo P.