jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

ability to get coords #23

Closed rdp closed 12 years ago

rdp commented 13 years ago

feature request: windows.get_coords or the like.

enkessler commented 12 years ago

I added a method for getting the coordinates of controls to my fork of RAutomation so this should be available once it is merged back in.

jarmo commented 12 years ago

There is now RAutomation::Window#dimensions (https://github.com/jarmo/RAutomation/blob/master/lib/rautomation/adapter/win_32/window.rb#L136-141). Closing.