Re: [wtr-general] Watir on Linux

2010-08-12 Thread Željko Filipin
Until some Linux ninja answers, if you can not get watir working on Linux, try watir-webdriver, when I tried it on Linux it worked just fine: http://zeljkofilipin.com/2010/01/12/watir-on-webdriver/ Željko -- Before posting, please read http://watir.com/support. In short: search before you ask,

[wtr-general] Watir on Linux

2010-08-11 Thread Brad
Hello All, I've read and followed all the instructions on how to get Watir to run on Linux with FireFox. I'm using: Ruby version 1.8.7 The Linux plugin jssh-3.6.x-Linux.xpi FireFox 3.6.8 Watir 1.6.5 When I do: require 'rubygems' require 'watir' Watir::Browser.default = 'firefox' b = Watir::Brow