hi, just wondering if it is possible to record and playback mouse
actions in ruby?. Are there any internal/external libraries?
Rails L. wrote:
hi, just wondering if it is possible to record and playback mouse
actions in ruby?. Are there any internal/external libraries?
Hi,
I don’t know about recording mouse actions, but if you want to fake
mouse input, I recommand AutoIt if you’re using Windows. If you use an X
server system, try out the xdo library I wrote on top of xdotool:
http://rubyforge.org/projects/auto/
I’d be glad to get feedback on it since I just completed it
Marvin
Marvin Gülker wrote:
Marvin Gülker wrote:
but if you want to fake
mouse input, I recommand AutoIt if you’re using Windows.Sorry, I forgot to give the link:
AutoIt Scripting Language - AutoItMarvin
Thanks Marvin. I will have a look and also update this thread.
cheers
Rails based free Craigslist Clone
http://www.classifiedscript.in
Marvin Gülker wrote:
but if you want to fake
mouse input, I recommand AutoIt if you’re using Windows.
Sorry, I forgot to give the link:
Marvin