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::Browser.new This brings up the FF Browser, yippie! But I get the dreaded: Unable to connect to machine : 127.0.0.1 on port 9997. Make sure that JSSh is properly installed and Firefox is running with '-jssh' option In the instructions it says to do: ./firefox-bin -jssh I'm kind of new to Linux but when I run that command I get an error "./ firefox-bin: No such file or directory" Hence Telnet isn't working either. Any help would be appreciated. Thanks. Brad -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
