Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-26 Thread Yuping Zhong
Hi,

-b only works in Windows,but doesn't for Mac.

On Tue, Feb 23, 2010 at 6:45 AM, Moises Siles moises.si...@gmail.comwrote:

 Tiffany, I ran the script using the -b parameter but I saw the browser
 any idea?


 On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.comwrote:

 Thanks Tiffany, I will try. One more question I running the scripts in
 Mac, if I add that command it will support 100 users?

 Thanks


 On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

 Hi Moises!

 You can use the -b switch to run your tests in background mode:

 ruby my_watir_framework.rb -b

 Hope this helps!

 -Tiffany

 On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
  Hi all,
 
  I'm newbie in Watir, I want to know if there is a way to execute the
 scripts
  in background, I want to execute my script using 100 users but I don't
 want
  to have 100 firefox, safari instances.
 
  Thanks in advance.

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general



  --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-26 Thread Moises Siles
heheheheh, I think this is the reason, Thanks

On Fri, Feb 26, 2010 at 3:02 AM, Yuping Zhong littlezhong...@gmail.comwrote:

 Hi,

 -b only works in Windows,but doesn't for Mac.

 On Tue, Feb 23, 2010 at 6:45 AM, Moises Siles moises.si...@gmail.comwrote:

 Tiffany, I ran the script using the -b parameter but I saw the browser
 any idea?


 On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.comwrote:

 Thanks Tiffany, I will try. One more question I running the scripts in
 Mac, if I add that command it will support 100 users?

 Thanks


 On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

 Hi Moises!

 You can use the -b switch to run your tests in background mode:

 ruby my_watir_framework.rb -b

 Hope this helps!

 -Tiffany

 On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
  Hi all,
 
  I'm newbie in Watir, I want to know if there is a way to execute the
 scripts
  in background, I want to execute my script using 100 users but I don't
 want
  to have 100 firefox, safari instances.
 
  Thanks in advance.

 --
 You received this message because you are subscribed to the Google
 Groups Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general



  --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


  --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


[wtr-general] Re: Question about execute the scripts in background

2010-02-24 Thread Sai Venkat
Try running the tests in multithreaded mode. You should be able to run
concurrent scripts. Or if you are adventurous it is possible to use
something like EventMachine to run parallel tests async..

Regards,
Sai

On Feb 24, 10:02 am, Moises Siles moises.si...@gmail.com wrote:
 well, I'm trying with celerity and jruby and I think it is working, I will
 do more tests with that things to see if I can run at least 100 users at
 same time

 thanks,

 On Tue, Feb 23, 2010 at 4:41 PM, Moises Siles moises.si...@gmail.comwrote:

  Hi Michael, do you mean this

  ie = Watir::Browser.new_process

  Thanks

  On Tue, Feb 23, 2010 at 11:45 AM, Michael Hwee 
  michael_h...@yahoo.comwrote:

  Are you using new_process()?

  That will explain.

  --
  *From:* Moises Siles moises.si...@gmail.com
  *To:* watir-general@googlegroups.com
  *Sent:* Mon, February 22, 2010 2:45:57 PM
  *Subject:* Re: [wtr-general] Re: Question about execute the scripts in
  background

  Tiffany, I ran the script using the -b parameter but I saw the browser
  any idea?

  On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles 
  moises.si...@gmail.comwrote:

  Thanks Tiffany, I will try. One more question I running the scripts in
  Mac, if I add that command it will support 100 users?

  Thanks

  On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

  Hi Moises!

  You can use the -b switch to run your tests in background mode:

  ruby my_watir_framework.rb -b

  Hope this helps!

  -Tiffany

  On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
   Hi all,

   I'm newbie in Watir, I want to know if there is a way to execute the
  scripts
   in background, I want to execute my script using 100 users but I don't
  want
   to have 100 firefox, safari instances.

   Thanks in advance.

  --
  You received this message because you are subscribed to the Google
  Groups Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

   --
  You received this message because you are subscribed to the Google Groups
  Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

  --
  You received this message because you are subscribed to the Google Groups
  Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-23 Thread Moises Siles
Hi Michael, do you mean this

ie = Watir::Browser.new_process

Thanks

On Tue, Feb 23, 2010 at 11:45 AM, Michael Hwee michael_h...@yahoo.comwrote:

 Are you using new_process()?

 That will explain.

 --
 *From:* Moises Siles moises.si...@gmail.com
 *To:* watir-general@googlegroups.com
 *Sent:* Mon, February 22, 2010 2:45:57 PM
 *Subject:* Re: [wtr-general] Re: Question about execute the scripts in
 background

 Tiffany, I ran the script using the -b parameter but I saw the browser
 any idea?

 On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.comwrote:

 Thanks Tiffany, I will try. One more question I running the scripts in
 Mac, if I add that command it will support 100 users?

 Thanks


 On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

 Hi Moises!

 You can use the -b switch to run your tests in background mode:

 ruby my_watir_framework.rb -b

 Hope this helps!

 -Tiffany

 On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
  Hi all,
 
  I'm newbie in Watir, I want to know if there is a way to execute the
 scripts
  in background, I want to execute my script using 100 users but I don't
 want
  to have 100 firefox, safari instances.
 
  Thanks in advance.

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general



  --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-23 Thread Moises Siles
well, I'm trying with celerity and jruby and I think it is working, I will
do more tests with that things to see if I can run at least 100 users at
same time

thanks,

On Tue, Feb 23, 2010 at 4:41 PM, Moises Siles moises.si...@gmail.comwrote:

 Hi Michael, do you mean this

 ie = Watir::Browser.new_process

 Thanks


 On Tue, Feb 23, 2010 at 11:45 AM, Michael Hwee michael_h...@yahoo.comwrote:

 Are you using new_process()?

 That will explain.

 --
 *From:* Moises Siles moises.si...@gmail.com
 *To:* watir-general@googlegroups.com
 *Sent:* Mon, February 22, 2010 2:45:57 PM
 *Subject:* Re: [wtr-general] Re: Question about execute the scripts in
 background

 Tiffany, I ran the script using the -b parameter but I saw the browser
 any idea?

 On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.comwrote:

 Thanks Tiffany, I will try. One more question I running the scripts in
 Mac, if I add that command it will support 100 users?

 Thanks


 On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

 Hi Moises!

 You can use the -b switch to run your tests in background mode:

 ruby my_watir_framework.rb -b

 Hope this helps!

 -Tiffany

 On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
  Hi all,
 
  I'm newbie in Watir, I want to know if there is a way to execute the
 scripts
  in background, I want to execute my script using 100 users but I don't
 want
  to have 100 firefox, safari instances.
 
  Thanks in advance.

 --
 You received this message because you are subscribed to the Google
 Groups Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general



  --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general




-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


[wtr-general] Re: Question about execute the scripts in background

2010-02-22 Thread Tiffany Fodor
Hi Moises!

You can use the -b switch to run your tests in background mode:

ruby my_watir_framework.rb -b

Hope this helps!

-Tiffany

On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
 Hi all,

 I'm newbie in Watir, I want to know if there is a way to execute the scripts
 in background, I want to execute my script using 100 users but I don't want
 to have 100 firefox, safari instances.

 Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-22 Thread Moises Siles
Thanks Tiffany, I will try. One more question I running the scripts in Mac,
if I add that command it will support 100 users?

Thanks

On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.net wrote:

 Hi Moises!

 You can use the -b switch to run your tests in background mode:

 ruby my_watir_framework.rb -b

 Hope this helps!

 -Tiffany

 On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
  Hi all,
 
  I'm newbie in Watir, I want to know if there is a way to execute the
 scripts
  in background, I want to execute my script using 100 users but I don't
 want
  to have 100 firefox, safari instances.
 
  Thanks in advance.

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-22 Thread Moises Siles
Tiffany, I ran the script using the -b parameter but I saw the browser
any idea?

On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.comwrote:

 Thanks Tiffany, I will try. One more question I running the scripts in Mac,
 if I add that command it will support 100 users?

 Thanks


 On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

 Hi Moises!

 You can use the -b switch to run your tests in background mode:

 ruby my_watir_framework.rb -b

 Hope this helps!

 -Tiffany

 On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
  Hi all,
 
  I'm newbie in Watir, I want to know if there is a way to execute the
 scripts
  in background, I want to execute my script using 100 users but I don't
 want
  to have 100 firefox, safari instances.
 
  Thanks in advance.

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general




-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


[wtr-general] Re: Question about execute the scripts in background

2010-02-22 Thread Tiffany Fodor
Hmm...

When I responded the first time, I tried the -b switch with my
Test::Unit framework and it worked on my Windows machine.  I don't
have a Mac, so I can't try there.  I found this post where Bret
describes running it as an 'untouched argument', but I don't really
know what that means:

ruby my_watir_framework.rb -- -b

Some people here have done some load testing using Watir, but I don't
know how many sessions you could use.  I imagine it would depend on
your system and environment.  I'd say give it a shot and see how many
you can push.  The group would probably be interested in your results.

-Tiffany

On Feb 22, 3:45 pm, Moises Siles moises.si...@gmail.com wrote:
 Tiffany, I ran the script using the -b parameter but I saw the browser
 any idea?

 On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.comwrote:

  Thanks Tiffany, I will try. One more question I running the scripts in Mac,
  if I add that command it will support 100 users?

  Thanks

  On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.netwrote:

  Hi Moises!

  You can use the -b switch to run your tests in background mode:

  ruby my_watir_framework.rb -b

  Hope this helps!

  -Tiffany

  On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
   Hi all,

   I'm newbie in Watir, I want to know if there is a way to execute the
  scripts
   in background, I want to execute my script using 100 users but I don't
  want
   to have 100 firefox, safari instances.

   Thanks in advance.

  --
  You received this message because you are subscribed to the Google Groups
  Watir General group.
  To post to this group, send email to watir-general@googlegroups.com
  Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
  To unsubscribe from this group, send email to
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/watir-general

-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general


Re: [wtr-general] Re: Question about execute the scripts in background

2010-02-22 Thread Moises Siles
thanks Tiffany I will continue researching about it.

thanks.

On Mon, Feb 22, 2010 at 5:53 PM, Tiffany Fodor tcfo...@comcast.net wrote:

 Hmm...

 When I responded the first time, I tried the -b switch with my
 Test::Unit framework and it worked on my Windows machine.  I don't
 have a Mac, so I can't try there.  I found this post where Bret
 describes running it as an 'untouched argument', but I don't really
 know what that means:

 ruby my_watir_framework.rb -- -b

 Some people here have done some load testing using Watir, but I don't
 know how many sessions you could use.  I imagine it would depend on
 your system and environment.  I'd say give it a shot and see how many
 you can push.  The group would probably be interested in your results.

 -Tiffany

 On Feb 22, 3:45 pm, Moises Siles moises.si...@gmail.com wrote:
  Tiffany, I ran the script using the -b parameter but I saw the
 browser
  any idea?
 
  On Mon, Feb 22, 2010 at 3:59 PM, Moises Siles moises.si...@gmail.com
 wrote:
 
   Thanks Tiffany, I will try. One more question I running the scripts in
 Mac,
   if I add that command it will support 100 users?
 
   Thanks
 
   On Mon, Feb 22, 2010 at 3:42 PM, Tiffany Fodor tcfo...@comcast.net
 wrote:
 
   Hi Moises!
 
   You can use the -b switch to run your tests in background mode:
 
   ruby my_watir_framework.rb -b
 
   Hope this helps!
 
   -Tiffany
 
   On Feb 22, 2:12 pm, Moises Siles moises.si...@gmail.com wrote:
Hi all,
 
I'm newbie in Watir, I want to know if there is a way to execute the
   scripts
in background, I want to execute my script using 100 users but I
 don't
   want
to have 100 firefox, safari instances.
 
Thanks in advance.
 
   --
   You received this message because you are subscribed to the Google
 Groups
   Watir General group.
   To post to this group, send email to watir-general@googlegroups.com
   Before posting, please read the following guidelines:
  http://wiki.openqa.org/display/WTR/Support
   To unsubscribe from this group, send email to
   watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 watir-general%2bunsubscr...@googlegroups.comwatir-general%252bunsubscr...@googlegroups.com
 
   For more options, visit this group at
  http://groups.google.com/group/watir-general

 --
 You received this message because you are subscribed to the Google Groups
 Watir General group.
 To post to this group, send email to watir-general@googlegroups.com
 Before posting, please read the following guidelines:
 http://wiki.openqa.org/display/WTR/Support
 To unsubscribe from this group, send email to
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/watir-general


-- 
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general