[wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Yuping Zhong
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Angrez Singh
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 littlezhong...@gmail.comwrote:

 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: watir-general@googlegroups.com


-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Yuping Zhong
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 ang...@gmail.com 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 littlezhong...@gmail.comwrote:

 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Yuping Zhong
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 littlezhong...@gmail.comwrote:

 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 ang...@gmail.com 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 littlezhong...@gmail.comwrote:

  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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com




-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Eric Mathiesen
That's a connection error on your local loopback.  Check your network
settings.

On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong littlezhong...@gmail.comwrote:


 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 littlezhong...@gmail.comwrote:

 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 ang...@gmail.com 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 
 littlezhong...@gmail.comwrote:

  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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com



  --
 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: watir-general@googlegroups.com


-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Yuping Zhong
Can you tell me what is the correct network settings???

On Wed, Apr 7, 2010 at 11:31 AM, Eric Mathiesen mathiese...@gmail.comwrote:

 That's a connection error on your local loopback.  Check your network
 settings.


 On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong littlezhong...@gmail.comwrote:


 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 
 littlezhong...@gmail.comwrote:

 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 ang...@gmail.com 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 
 littlezhong...@gmail.comwrote:

  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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com



  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Eric Mathiesen
Your system administrator should, it's specific to the environment.

On Tue, Apr 6, 2010 at 8:35 PM, Yuping Zhong littlezhong...@gmail.comwrote:

 Can you tell me what is the correct network settings???


 On Wed, Apr 7, 2010 at 11:31 AM, Eric Mathiesen mathiese...@gmail.comwrote:

 That's a connection error on your local loopback.  Check your network
 settings.


 On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong littlezhong...@gmail.comwrote:


 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 
 littlezhong...@gmail.comwrote:

 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 ang...@gmail.com 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 littlezhong...@gmail.com
  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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com



  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Moises Siles
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 mathiese...@gmail.comwrote:

 Your system administrator should, it's specific to the environment.


 On Tue, Apr 6, 2010 at 8:35 PM, Yuping Zhong littlezhong...@gmail.comwrote:

 Can you tell me what is the correct network settings???


 On Wed, Apr 7, 2010 at 11:31 AM, Eric Mathiesen mathiese...@gmail.comwrote:

 That's a connection error on your local loopback.  Check your network
 settings.


 On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong 
 littlezhong...@gmail.comwrote:


 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 littlezhong...@gmail.com
  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 ang...@gmail.com 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 
 littlezhong...@gmail.com 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com



  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


-- 
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: watir-general@googlegroups.com

To unsubscribe, reply using remove me as the subject.


Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Yuping Zhong
Great!
That works fine! Thanks Moises!

On Wed, Apr 7, 2010 at 12:01 PM, Moises Siles moises.si...@gmail.comwrote:

 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 mathiese...@gmail.comwrote:

 Your system administrator should, it's specific to the environment.


 On Tue, Apr 6, 2010 at 8:35 PM, Yuping Zhong littlezhong...@gmail.comwrote:

 Can you tell me what is the correct network settings???


 On Wed, Apr 7, 2010 at 11:31 AM, Eric Mathiesen 
 mathiese...@gmail.comwrote:

 That's a connection error on your local loopback.  Check your network
 settings.


 On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong 
 littlezhong...@gmail.comwrote:


 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 
 littlezhong...@gmail.com 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 ang...@gmail.comwrote:

 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 
 littlezhong...@gmail.com 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com



  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


-- 
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 

Re: [wtr-general] How to use the Firewatir in Mac

2010-04-06 Thread Moises Siles
cool, someone else help me in the same way days ago! thank you to this group
:)

On Tue, Apr 6, 2010 at 10:57 PM, Yuping Zhong littlezhong...@gmail.comwrote:

 Great!
 That works fine! Thanks Moises!


 On Wed, Apr 7, 2010 at 12:01 PM, Moises Siles moises.si...@gmail.comwrote:

 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 mathiese...@gmail.comwrote:

 Your system administrator should, it's specific to the environment.


 On Tue, Apr 6, 2010 at 8:35 PM, Yuping Zhong 
 littlezhong...@gmail.comwrote:

 Can you tell me what is the correct network settings???


 On Wed, Apr 7, 2010 at 11:31 AM, Eric Mathiesen 
 mathiese...@gmail.comwrote:

 That's a connection error on your local loopback.  Check your network
 settings.


 On Tue, Apr 6, 2010 at 8:28 PM, Yuping Zhong littlezhong...@gmail.com
  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 
 littlezhong...@gmail.com 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 ang...@gmail.comwrote:

 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 
 littlezhong...@gmail.com 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com



  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 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: watir-general@googlegroups.com


  --
 Before posting, please read