Dear all,
I want to use Ruby to automate some Windows GUI application.
I tried to use WET (Ruby gem: wet-winobj), because in this book:
Pragmatic Bookshelf: By Developers, For Developers ,
it is promised that using this gem, Ruby objects for all the handles in
the GUI application will be provided (see p. 170), so that I could
easily send some text to a particular text field in an external
application and read out the result as given in some other text field in
that application.
Unfortunately, I can’t get this to work. My problem is essentially the
same as this :
WET/RubyGems won't work - Ruby - Ruby-Forum .
Is it possible to change the gem specification and rebuild the gem ? How
would I do that ?
Thank you very much!
Best regards,
Axel