are u starting firefox in the following way Start Firefox with jssh /Applications/Firefox.app/Contents/MacOS/firefox-bin -jssh
hope that helps On Tue, Apr 6, 2010 at 9:47 PM, Eric Mathiesen <[email protected]>wrote: > Your system administrator should, it's specific to the environment. > > > On Tue, Apr 6, 2010 at 8:35 PM, Yuping Zhong <[email protected]>wrote: > >> Can you tell me what is the correct network settings??? >> >> >> On Wed, Apr 7, 2010 at 11:31 AM, Eric Mathiesen <[email protected]>wrote: >> >>> That's a connection error on your local loopback. Check your network >>> settings. >>> >>> >>> On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong >>> <[email protected]>wrote: >>> >>>> >>>> What is more, I run "telnet localhost 9997" and get the following: >>>> >>>> $ telnet localhost 9997 >>>> Trying ::1... >>>> telnet: connect to address ::1: Connection refused >>>> Trying 127.0.0.1... >>>> telnet: connect to address 127.0.0.1: Connection refused >>>> telnet: Unable to connect to remote host >>>> >>>> On Wed, Apr 7, 2010 at 11:23 AM, Yuping Zhong <[email protected] >>>> > wrote: >>>> >>>>> Thank Angrez's reply.But I still get the following issue: >>>>> >>>>> irb(main):001:0> require "rubygems" >>>>> => true >>>>> irb(main):002:0> require "firewatir" >>>>> => true >>>>> irb(main):003:0> ff=FireWatir::Firefox.new >>>>> RuntimeError: Firefox is running without -jssh >>>>> from >>>>> /usr/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/firefox.rb:125:in >>>>> `initialize' >>>>> from (irb):3:in `new' >>>>> from (irb):3 >>>>> >>>>> I do as above in Windows,it is fine.But it is fail in Mac. >>>>> >>>>> Bt the way,here is my Mac OS and firefox version: >>>>> Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) >>>>> Gecko/20100401 Firefox/3.6.3 >>>>> >>>>> Anyone who uses the firewatir in Mac OS 10.6 can give a help? >>>>> >>>>> Thanks in advance! >>>>> >>>>> >>>>> On Tue, Apr 6, 2010 at 7:16 PM, Angrez Singh <[email protected]> wrote: >>>>> >>>>>> Please follow the instructions here for using FireWatir: >>>>>> http://wiki.openqa.org/display/WTR/FireWatir#FireWatir-Installation >>>>>> >>>>>> On Tue, Apr 6, 2010 at 3:13 PM, Yuping Zhong < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Dear All, >>>>>>> >>>>>>> I already install the firewatir and jssh-3.6-OSX. But it is fail to >>>>>>> use the firefox in Mac.It display the strange error: >>>>>>> RuntimeError: Firefox is running without -jssh >>>>>>> >>>>>>> But I already install the jssh. >>>>>>> >>>>>>> ==== >>>>>>> >>>>>>> Here the steps: >>>>>>> >>>>>>> irb(main):001:0> require "rubygems" >>>>>>> => true >>>>>>> irb(main):002:0> require "firewatir" >>>>>>> => true >>>>>>> irb(main):003:0> Watir::Browser.default = "firefox" >>>>>>> => "firefox" >>>>>>> irb(main):004:0> ff = Watir::Browser.start("http://www.google.com") >>>>>>> RuntimeError: Firefox is running without -jssh >>>>>>> from >>>>>>> /usr/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/firefox.rb:125:in >>>>>>> `initialize' >>>>>>> from >>>>>>> /usr/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/firefox.rb:163:in >>>>>>> `new' >>>>>>> from >>>>>>> /usr/local/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/firefox.rb:163:in >>>>>>> `start' >>>>>>> from >>>>>>> /usr/local/lib/ruby/gems/1.8/gems/commonwatir-1.6.5/lib/watir/browser.rb:71:in >>>>>>> `start' >>>>>>> >>>>>>> >>>>>>> Any idea? >>>>>>> >>>>>>> Thanks! >>>>>>> >>>>>>> -Zhong >>>>>>> >>>>>>> -- >>>>>>> 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] >>>>>>> >>>>>> >>>>>> -- >>>>>> 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] >>>>>> >>>>> >>>>> >>>> -- >>>> 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] >>>> >>> >>> -- >>> 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] >>> >> >> -- >> 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] >> > > -- > 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] > -- 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, reply using "remove me" as the subject.
