Thanks lot for your script.

I am able to run it.

Is there any function or method to wait till the url opens completely or
page loads completely using watir.

COuld you please also provide any material availble for automation using
watir apart from what is availble in watir website.

regards,
Ranjith



On Thu, May 5, 2011 at 4:15 PM, Željko Filipin <
zeljko.fili...@wa-research.ch> wrote:

> On Thu, May 5, 2011 at 12:17 PM, ranjith kumar <ranjith....@gmail.com>
> wrote:
> > I am trying my best to give the data.
>
> I can see that. If you were not making progress I would not bother to
> reply.
>
>
> >
> http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
> > Seelct a value from drop down.
>
> Now you are talking! :)
>
> I have used firebug to inspect the page.
>
> Let me know if you do not understand what this means:
>
> $ ruby -v
> ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.7.0]
>
> $ gem list watir-webdriver
> watir-webdriver (0.2.3)
>
> Select value:
>
> require "rubygems"
> require "watir-webdriver"
> b = Watir::Browser.new :ff
> b.goto "
> http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/filteringcombo/defaultcs.aspx
> "
> b.input(:id => "RadComboBox1_Input").click
> b.ul(:class => "rcbList").li(:text => "Aria Cruz").click
>
>
> >
> http://demos.telerik.com/aspnet-ajax/grid/examples/client/selecting/defaultcs.aspx
> > selecting the row from the grid.
>
> b.goto "
> http://demos.telerik.com/aspnet-ajax/grid/examples/client/selecting/defaultcs.aspx
> "
> b.tr(:id => "RadGrid1_ctl00__0").click
>
> This was fun.
>
>
> Željko
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to