[wtr-general] Re: happy belated birthday watir.

2009-11-20 Thread Željko Filipin
Happy birthday Watir! :)

Željko
--
watir.com - community manager
watirpodcast.com - host

--~--~-~--~~~---~--~~
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: WatirRecorder

2009-11-20 Thread Alister Scott

You can try iTest2, which is a free Firefox add on for recording Watir
scripts.
http://itest2.com/downloads

--~--~-~--~~~---~--~~
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: Watir 1.6.5 is released

2009-11-20 Thread Željko Filipin
Charley,

I have just updated Watir to 1.6.5 and ran all my tests. No problems at all.
:)

Željko
--
watir.com - community manager
watirpodcast.com - host

--~--~-~--~~~---~--~~
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: Watir Examples...Need Help

2009-11-20 Thread tester86

Hi -

I was looking into cucumber for a while, but I have thought about
developing an automation framework in Watir (Test::Unit::TestCase), I
saw the examples on the link that you mentioned above and they just
outline different ways to code in Watir. If I use Watir then hopefully
I can incoroparte other open source tools hopefully or maybe use RSpec
as well.

I have got scripts up and running with Watir(Test::Unit::TestCase) but
I want to perform extenisve validation usch as verify and check
contents but I want to know if there is a good documents I can look at
before hand.

On Nov 19, 2:26 pm, Tiffany Fodor tcfo...@comcast.net wrote:
 Hi!

 I think you need to decide what type of framework you want and that
 will dictate how you perform validations.  From some of your previous
 posts, it looks like you've started with Cucumber.  Are you sticking
 with Cucumber, or looking for a different framework?  You can find
 examples of various frameworks here:

 http://wiki.openqa.org/display/WTR/Examples

 Hope this helps!

 -Tiffany

 On Nov 19, 1:14 pm, tester86 sagar.am...@gmail.com wrote:



  I been through all the main websites with regards to watir commands,
  but I need some documention or something to verify data on a web page
  and return that value, do I have to include rspec.is there any
  good guides to watir apart from the 5 min quick example.- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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] Donate to Watir

2009-11-20 Thread Željko Filipin
If you like Watir, and would like to help, but you just do not have the
time, you can donate some money and help us pay the bills. At the moment
members of the Watir team pay themselves for Watir related domains, hosting
and stuff like that. If you would like to help, go to http://watir.com/ and
click Donate button.

Thanks!

Željko
--
watir.com - community manager
watirpodcast.com - host

--~--~-~--~~~---~--~~
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: what watir method use with img tag?

2009-11-20 Thread Tiffany Fodor

Hi Rodrigo!

Clicking an image works for me in the apps I've tested.  Have you
tried this?

ie.image(:src, /manage-account/).click

Hope this helps!

-Tiffany

On Nov 20, 8:49 am, Rodrigo rodrigo.bert...@gmail.com wrote:
 Hi everybody,

 I'm having some issues working with img tags. I've tried some methods
 like ie.button, ie.image, ie.click but no one of them works when
 running the watir script.

 This is the html I have:
 img alt=Manage Account src=/img/buttons/navigation/btn-manage-
 account.gif/

 What method can I use for clicking or getting the Manage account
 option.

 Thanks a lor!
 Rodrigo
--~--~-~--~~~---~--~~
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: what watir method use with img tag?

2009-11-20 Thread orde

.image is the correct method.  You might find this page useful:
http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html

Also, this (very useful) page summarizes the methods supported by
element:

http://wiki.openqa.org/display/WTR/Watir+Methods+Supported+by+HTML+Element

Hope that helps.

orde

On Nov 20, 7:49 am, Rodrigo rodrigo.bert...@gmail.com wrote:
 Hi everybody,

 I'm having some issues working with img tags. I've tried some methods
 like ie.button, ie.image, ie.click but no one of them works when
 running the watir script.

 This is the html I have:
 img alt=Manage Account src=/img/buttons/navigation/btn-manage-
 account.gif/

 What method can I use for clicking or getting the Manage account
 option.

 Thanks a lor!
 Rodrigo
--~--~-~--~~~---~--~~
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: what watir method use with img tag?

2009-11-20 Thread Rodrigo

Thanks a lot!

I'll try that suggestions, but I have tried this way ie.link(:text,
Log In).click and it worked.

What do you think about that method?

Thanks again,
Rodrigo

On 20 nov, 13:46, orde ohil...@gmail.com wrote:
 .image is the correct method.  You might find this page 
 useful:http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html

 Also, this (very useful) page summarizes the methods supported by
 element:

 http://wiki.openqa.org/display/WTR/Watir+Methods+Supported+by+HTML+El...

 Hope that helps.

 orde

 On Nov 20, 7:49 am, Rodrigo rodrigo.bert...@gmail.com wrote:



  Hi everybody,

  I'm having some issues working with img tags. I've tried some methods
  like ie.button, ie.image, ie.click but no one of them works when
  running the watir script.

  This is the html I have:
  img alt=Manage Account src=/img/buttons/navigation/btn-manage-
  account.gif/

  What method can I use for clicking or getting the Manage account
  option.

  Thanks a lor!
  Rodrigo
--~--~-~--~~~---~--~~
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: what watir method use with img tag?

2009-11-20 Thread Tiffany Fodor

Hi!

If it works, go with it.  :)

Sometimes it's difficult to discern exactly what to click on to
perform the desired action.  What looks like a button may actually use
a link to perform the action (as in your case).  I've also run into
cases where what looks like a link is actually a span.  When in doubt,
I try each in an irb session until I get a solution that works.

Good luck!

-Tiffany

On Nov 20, 10:43 am, Rodrigo rodrigo.bert...@gmail.com wrote:
 Thanks a lot!

 I'll try that suggestions, but I have tried this way ie.link(:text,
 Log In).click and it worked.

 What do you think about that method?

 Thanks again,
 Rodrigo

 On 20 nov, 13:46, orde ohil...@gmail.com wrote:

  .image is the correct method.  You might find this page 
  useful:http://wtr.rubyforge.org/rdoc/classes/Watir/Container.html

  Also, this (very useful) page summarizes the methods supported by
  element:

 http://wiki.openqa.org/display/WTR/Watir+Methods+Supported+by+HTML+El...

  Hope that helps.

  orde

  On Nov 20, 7:49 am, Rodrigo rodrigo.bert...@gmail.com wrote:

   Hi everybody,

   I'm having some issues working with img tags. I've tried some methods
   like ie.button, ie.image, ie.click but no one of them works when
   running the watir script.

   This is the html I have:
   img alt=Manage Account src=/img/buttons/navigation/btn-manage-
   account.gif/

   What method can I use for clicking or getting the Manage account
   option.

   Thanks a lor!
   Rodrigo
--~--~-~--~~~---~--~~
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] How would one delete browser cookies using safariwatir

2009-11-20 Thread QAguy

Does anyone have an example of how someone would delete browser
cookies using safariwatir? I want to delete the browser cookies
between running different rspec files for testing. So as the begin of
each .rb file I would do a delete cookies call to make sure the
browser's cookies are cleared out.

Thanks in advance.
QAguy
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---