[wtr-general] Re: Issue with clicking a DIV Element

2009-06-24 Thread Pallavi Sharma
:) Thanks a ton Ye, you rock this works: ie.div(:class => 'search-hotel',:index => 2).click thanks again!! On Thu, Jun 25, 2009 at 11:29 AM, Ye Jian wrote: > there are two divs have the same class attribute in your page, > > > > > > > > > > I think only one class attribute cannot let wa

[wtr-general] Re: Issue with clicking a DIV Element

2009-06-24 Thread Ye Jian
there are two divs have the same class attribute in your page, I think only one class attribute cannot let watir to identify the element you want to operate. Any question,pls let me know. -Camael 发件人: Pallavi Sharma 发送时间: 2009-06-25 13:33:39 收件人: watir-general 抄送: 主题: [wtr-general

[wtr-general] Issue with clicking a DIV Element

2009-06-24 Thread Pallavi Sharma
Hi Everyone I am trying to automate a web site called 'www.makemytrip.com' in that web site there is a link: http://www.makemytrip.com/hotels/#intl The script for automating the selection of hotels and clicking on search hotels is as follows: require 'watir' ie=Watir::IE.attach(:title,//) ie.s

[wtr-general] Re: Watir.com now available

2009-06-24 Thread Charley Baker
Nice work on the site Alister. It looks great. Thanks for taking this on. -c On Wed, Jun 24, 2009 at 5:33 AM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > It looks great. :) > > Alister and I are recording a podcast about watir.com in the next few > days, so if you have a question fo

[wtr-general] Re: Freenode has blocked the Mibbit client

2009-06-24 Thread Željko Filipin
On Wed, Jun 24, 2009 at 4:59 PM, Charley Baker wrote: > Done. Thanks Charley. Željko --~--~-~--~~~---~--~~ 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@googleg

[wtr-general] Re: Freenode has blocked the Mibbit client

2009-06-24 Thread Charley Baker
Done. -c On Wed, Jun 24, 2009 at 2:23 AM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > Our #watir IRC channel does not work on Mibbit any more, and it looks like > it will never work again. > > http://blog.mibbit.com/?p=306 > http://blog.freenode.net/2009/06/new-freenode-webchat-and-

[wtr-general] Re: Firewatir - Solution of can't get sub frames

2009-06-24 Thread Angrez Singh
Good work. Can you submit patch for it? Thanks, Angrez On Wed, Jun 24, 2009 at 3:56 PM, dottree wrote: > > Senario: Get sub frames > >.. >.. > > > Issue1. Firewatir has no get frames collection function: > Add frames() > > class Document > def

[wtr-general] Re: Watir.com now available

2009-06-24 Thread Željko Filipin
It looks great. :) Alister and I are recording a podcast about watir.com in the next few days, so if you have a question for the podcast, sent it here. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[wtr-general] Watir.com now available

2009-06-24 Thread Alister Scott
Hi There http://watir.com is now available. If you have some time check it out and provide any suggestions for improvement. Thanks to Paul for doing the DNS stuff. Thanks to everyone else that helped out. Cheers, Alister -- Alister Scott Brisbane, Australia Blog: http://watirmelon.wordpress.co

[wtr-general] Re: How to click on Ok of a pop-up message window

2009-06-24 Thread Maumita
Thanks for the help.It solves my problem On Jun 24, 2:56 pm, "Ye Jian" wrote: > change $ie.button(:name, "submit_btn").click to $ie.button(:name, > "submit_btn").click_no_wait and try again. > > -Camael > > 发件人: Maumita > 发送时间: 2009-06-24  17:50:06 > 收件人: Watir General > 抄送: > 主题: [wtr-general]

[wtr-general] Firewatir - Solution of can't get sub frames

2009-06-24 Thread dottree
Senario: Get sub frames .. .. Issue1. Firewatir has no get frames collection function: Add frames() class Document def frames return Frames.new(@container) end end Also add documet()function and attribute "TAG" fo

[wtr-general] Re: How to click on Ok of a pop-up message window

2009-06-24 Thread Ye Jian
change $ie.button(:name, "submit_btn").click to $ie.button(:name, "submit_btn").click_no_wait and try again. -Camael 发件人: Maumita 发送时间: 2009-06-24 17:50:06 收件人: Watir General 抄送: 主题: [wtr-general] Re: How to click on Ok of a pop-up message window Hi, I did the following changes but t

[wtr-general] Re: How to click on Ok of a pop-up message window

2009-06-24 Thread Maumita
Hi, I did the following changes but then also not bale to click on the OK button. Please suggest if I am wrong. IE version I was using is 6.So I did the following steps- 1> changed the title on the JS Alert box in WinClicker.rb file IE6 = "Microsoft Internet Explorer" 2> Made changes to the

[wtr-general] Freenode has blocked the Mibbit client

2009-06-24 Thread Željko Filipin
Our #watir IRC channel does not work on Mibbit any more, and it looks like it will never work again. http://blog.mibbit.com/?p=306 http://blog.freenode.net/2009/06/new-freenode-webchat-and-why-to-use-it/ We can use Freenode web client from now on. Anybody has the time to update wiki page? http:/