Control of Browser

Hi,

is there a possibility to control a browser like Firefox or IE with
ruby?

I’ thinking about a script to login in a system and do some operations
there - pushing buttons, …

Thanks
Peter

Peter M. wrote:

On Windows, there’s WATIR to drive IE. I’m not sure about Firefox on
Windows or any browsers on non-Windows systems.

On 02/09/06, Peter M. [email protected] wrote:

Have a look at Selenium on Rails:
http://www.openqa.org/selenium-on-rails/

Thanks.

Exactly what I was searching for.

M. Edward (Ed) Borasky schrieb:

M. Edward (Ed) Borasky wrote:

Thanks
Peter

On Windows, there’s WATIR to drive IE. I’m not sure about Firefox on
Windows or any browsers on non-Windows systems.

WATIR also drives Safari on Mac OS X
(http://rubyforge.org/projects/safariwatir/). Information on Watir for
Firefox can be found here:
http://wiki.openqa.org/display/WTR/FireWatir+-+WATiR+for+FireFox

Gennady.