I want to write ruby script which run browser (for example, firefox), open web-addresses, click links, check/uncheck boxes and other stuff. What gem can i use for that?
I want to write ruby script which run browser (for example, firefox), open web-addresses,
Share
Selenium / Selenium Ruby is another option and there’s Selenium IDE for scripting Firefox.