Thanks for ur input Chuck van der Linden

Thanks again ...........



On Jul 2, 1:02 am, Chuck van der Linden <sqa...@gmail.com> wrote:
> Watir recognizes and can manipulate pretty much all of the page
> elements that are defined by the HTML standard, that includes all the
> ones you listed.  Although there is only the idea of a 'selection
> list' not a 'combo box', but unless you mean something specific, most
> folks use those terms pretty much interchangably for the HTML
> selection list.. (I think 'combo box' is actually gui-speak for what
> is visually pretty much the same thing)
>
> Ajax, and other techniques that create a very 'dynamic' feeling ui in
> the browser are mostly running off of client side script code that is
> triggered by events like mouseovers, etc.   So testing against this
> with Watir is mostly just a matter of learning to deal with
> identifying what objects are reacting to events, and firing the right
> events at the right objects (elements) in the right order.
>
> I discussed this a bit in the other thread you 
> startedhttp://groups.google.com/group/watir-general/browse_thread/thread/36a...
> so I won't repeat it here.
>
> --Chuck
>
> On Jun 30, 6:41 am, rrash586 <rrash...@gmail.com> wrote:
>
>
>
> > Hi All,
>
> > I am new to watir and need to evaluate some ajax based application.I
> > want to know that whether Watir support ajax based application.And
> > also does it recognized all the object like text,button,links,select
> > list,combo box,labels radi button etc .......
>
> > Thanks in advance............- 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