-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi Nat,
Thanks for this nice wrapper around CUIAutomation.
I am a newcomer to ruby, so the installation instructions are a little confusing to me.
-
gem update --system
doens't ironruby use igem ? which doesn't seem to work on ironruby 1.1.3... -
So I just forked the repo and tried
require 'bewildr' in the bewildr/lib directory.
Then I got an error on the line trying to load the bewildr.clicker.
Does it need to be added to the path somewhere ?
I just removed the reference to the clickr and the mouse in bewildr.rb. -
I still am getting this error:
@app.windows
System.Core:0:inBindCore': Method not found: 'Microsoft.Scripting.Actions.Call s.OverloadInfo[] Microsoft.Scripting.Actions.Calls.ReflectionOverloadInfo.Create Array(System.Reflection.MemberInfo[])'. (NoMethodError) from ./bewildr/windows.rb:9:inwindows_by_process_id'
from ./bewildr/application.rb:51:in `windows'
from (ir):1
Ok, building ironruby 1.1.4 from source fixed the last error above.