Automations is a Ruby 1.9 project consisting of libraries to fake and simulate (automate) user input like pressing keys or moving windows. Linux X server systems can be automated by using xdotool internally, Windows systems by using AutoItX3.
30
stars
8
forks
source link
Obscure error running the test_xwindow.rb test alone #2
This happened due to a missing require "xdo/keyboard" and a naming error that caused XWindow#raise to be called instead of Kernel#raise. Fixed in 0.0.3.
The "test_xwindow.rb" test fails with an ArgumentError after it has tested everything: