The Rdoc works as a more technical reference.  but intially it can be
a bit intimidating (kinda like trying to learn a new language from a
dictionary). as you get a feel for things the rdoc becomes more and
more useful.   the Rdoc is a HTML documentation that is built
dynamically and runs from a little mini web-server on your system.
searching the group for 'rdoc server' should find a few threads that
explain how to get it started up and access it.

On the wiki there is also a pretty decent tutorial, as well as a cheat-
sheet, FAQ,  and examples that are well worth reviewing

http://wiki.openqa.org/display/WTR/Project+Home

There are also training classes available and occuring on an ever more
frequent basis
http://wiki.openqa.org/display/WTR/Class+Schedule



On Apr 5, 6:03 am, satish <spanchumar...@gmail.com> wrote:
> Thank you very much to all for quick responce.
> I used chceked? and it worked for my schenario.
>
> I am very new to Watir. Is there any pdf file I can read for
> biginners? or is there a site you can refer me too for kick starting
> my automation?
>
> Thanks a lot
> Satish.
>
> On Apr 3, 9:00 am, "Darin Duphorn" <dduph...@redbrickhealth.com>
> wrote:
>
>
>
> > Sorry it was checked instead of set.  If you want to validate it true or
> > false remember to set it to string.
>
> > if $ie.checkbox(:name,"blah").checked?.to_s = 'true'
>
> > end
>
> > -----Original Message-----
> > From: watir-general@googlegroups.com
>
> > [mailto:watir-gene...@googlegroups.com] On Behalf Of Darin Duphorn
> > Sent: Friday, April 03, 2009 7:58 AM
> > To: watir-general@googlegroups.com
> > Subject: [wtr-general] Re: How to know if thecheckboxis checked or
> > not?
>
> > $ie.checkbox(:name,"blah").isSet?
>
> > Also, this has been posted many times, so you can use the search.
>
> > -----Original Message-----
> > From: watir-general@googlegroups.com
> > [mailto:watir-gene...@googlegroups.com] On Behalf Of Jarmo Pertman
> > Sent: Friday, April 03, 2009 7:54 AM
> > To: Watir General
> > Subject: [wtr-general] Re: How to know if thecheckboxis checked or
> > not?
>
> > There is also ie.checkbox.checked? which is the one i am using,
> > because it's most straightforward.- Hide quoted text -
>
> > - Show quoted text -- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to