Is there an operating system neutral way for Ruby to send keyboard and mouse events to the underlying operating system?
One obvious (to me) approach is to use the Ruby/Java bindings and use java.awt.Robot, but that just seems silly.
|
Is there an operating system neutral way for Ruby to send keyboard and mouse events to the underlying operating system? One obvious (to me) approach is to use the Ruby/Java bindings and use java.awt.Robot, but that just seems silly. |
|||||
|
|
For Mac:
Then you can test it with a script like this:
For Windows: (untested, borrowed from this thread)
|
|||||
|