views:

105

answers:

1

Hi.

I wanna to create mouse click events by ruby.

left-click, right-click

is there some library to do this?

thanks for your concerns.

+2  A: 

You should check out Watir.

clee