[wtr-general] Watir script editor

2010-08-11 Thread madhu kumar
Hi, Hi have installed watir 1.8.6 in windows xp. its working fine in in irb command prompt. And i have written watir code in notepad and stored it in my desktop. if i give load path.rb its not loading in irb. if i save this script in ruby bin directory, its going to load and run. Please can

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
removed all path of images etc, and used regular expression in here, it would click. Regards Pallavi On Wed, Aug 4, 2010 at 4:15 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 4, 2010 at 12:42 PM, madhu kumar madhu@gmail.com wrote: browser.image(:src = /images

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
, Madhu On Wed, Aug 11, 2010 at 2:04 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 11, 2010 at 8:41 AM, madhu kumar madhu@gmail.com wrote: after this script if i click on submit button, m not able to click the button, and cursor is in calendar field only. What

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
k fine, but my gem version is 1.3.7, how can i install watir 1.6.5 version, how can i know which version of watir in command prompt. Regards, Madhu On Wed, Aug 11, 2010 at 2:57 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 11, 2010 at 11:19 AM, madhu kumar madhu

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
:15 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 11, 2010 at 12:42 PM, madhu kumar madhu@gmail.com wrote: k fine, but my gem version is 1.3.7, how can i install watir 1.6.5 version, how can i know which version of watir in command prompt. run this in command prompt

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
Hi, ruby -e 'require watir; puts Watir::IE::VERSION' if i run this command i am getting error as no such file to load. Regards, madhu On Wed, Aug 11, 2010 at 4:29 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 11, 2010 at 12:56 PM, madhu kumar madhu@gmail.com wrote

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
, adults).select 2 b.button(:id, button_flight_search).click Regards, Madhu On Wed, Aug 11, 2010 at 4:37 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 11, 2010 at 1:03 PM, madhu kumar madhu@gmail.com wrote: ruby -e 'require watir; puts Watir::IE::VERSION' if i run

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
, Aug 11, 2010 at 1:30 PM, madhu kumar madhu@gmail.com wrote: that command working fine. What did it return? Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http

Re: [wtr-general] Watir script editor

2010-08-11 Thread madhu kumar
\\Desktop\\abc.rb' use double backslash (\\) in path. If this also gives error then provide your code error message Thank You Amit On Wed, Aug 11, 2010 at 2:01 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 11, 2010 at 8:32 AM, madhu kumar madhu@gmail.com wrote

Re: [wtr-general] Re: Calendar Click

2010-08-04 Thread madhu kumar
b.link(:text, 6).click Regards, Madhu On Wed, Aug 4, 2010 at 1:40 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 4, 2010 at 7:02 AM, madhu kumar madhu@gmail.com wrote: have u got any result,(www.cleartrip.com) What is the problem? I believe we have answered your

Re: [wtr-general] Re: Calendar Click

2010-08-04 Thread madhu kumar
On Wed, Aug 4, 2010 at 3:56 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Wed, Aug 4, 2010 at 12:23 PM, madhu kumar madhu@gmail.com wrote: I tried this commands its not coming, its showing some errors, i have attached that screenshot, please find the attachment. Are you

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
HI, Can anyone let me know how to connect to mysql database using Ruby. Regards, Madhu On Tue, Aug 3, 2010 at 2:19 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/8/3 madhu kumar madhu@gmail.com This is travel site just go through this Link www.cleartrip.com And you

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
kumar madhu@gmail.com wrote: HI, Can anyone let me know how to connect to mysql database using Ruby. Regards, Madhu On Tue, Aug 3, 2010 at 2:19 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/8/3 madhu kumar madhu@gmail.com This is travel site just go

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
' On Tue, Aug 3, 2010 at 3:34 PM, madhu kumar madhu@gmail.com wrote: Hi padma, if i type require 'mysql' its coming no such file to load. can i know whats the proble. Regards, Madhu On Tue, Aug 3, 2010 at 2:56 PM, Padma Reddy padmaj...@gmail.com wrote: Hi Madhu, Make sure that mysql

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread madhu kumar
: ie.image(:alt, Calendar).click and to click on exact day : ie.link(:text, 12).click (try to user firebug under firefox to find the element you would like to work with or iedeveloper tool bar) Worked for me. Br, GS On Aug 3, 7:10 am, madhu kumar madhu@gmail.com wrote: HI Pallavi

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread madhu kumar
:14 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/8/3 madhu kumar madhu@gmail.com Ok but two calendars are there in that website, we can use this one for one calendar, how can i recognise second one. This should work: browser.image(:alt = Calendar, :index = 2).click

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread madhu kumar
a bad product - Its an inhouse created object that has no unit test associated with it Regards On Aug 3, 3:49 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: 2010/8/3 madhu kumar madhu@gmail.com This is travel site just go through this Linkwww.cleartrip.com And you

[wtr-general] Calendar Click

2010-08-02 Thread madhu kumar
Hi, Hi have a calendar in my webpage, and i intalled watir recorder, and if i click the calendar recorder not showing any code. i dont knw which method i need to use for this calendar to click. please help me. Regards, Madhu -- Before posting, please read http://watir.com/support. In short:

Re: [wtr-general] Calendar Click

2010-08-02 Thread madhu kumar
, Aug 2, 2010 at 4:51 PM, madhu kumar madhu@gmail.com wrote: Hi, I attached the screenshot, just let me know how to click the calendar from mouse click using watir. Regards, Madhu On Mon, Aug 2, 2010 at 4:11 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Aug 2