Closed gwww closed 10 years ago
When creating an object using :hwnd as a locator the window is not found. For example
windows.text_field( :hwnd => some_valid_hwnd ).set "123"
fails. The composed method call control_hwnd is tried to be called with one parameter when it takes two.
Can you also add some specs, which would fail without your changes, but would pass with them?
Thanks. Merged & released new version.
When creating an object using :hwnd as a locator the window is not found. For example
fails. The composed method call control_hwnd is tried to be called with one parameter when it takes two.