Closed rdp closed 13 years ago
You can achieve the same effect by doing like this: RAutomation::Window.new(:title => /jarmo/).windows
I could also change the current RAutomation::Window.windows method to accept locators too :)
Done in https://github.com/jarmo/RAutomation/commit/446902e2ec44b693c52415747672400c65927fd6
You can do now something like this: RAutomation::Window.windows(:title => /jarmo/)
feature request: RAutomation::Window.all(:title => /jarmo/) or the like.