Re: [wtr-general] Re: Watir script editor

2010-08-12 Thread madhu kumar
ee IDE's: > Aptanahttp://www.aptana.com/ > FreeRIDE http://freeride.rubyforge.org/wiki/wiki.pl > RDEhttp://homepage2.nifty.com/sakazuki/rde_en/index.html > TestWise (Community) http://itest2.com/ > > Joe > > On Aug 11, 12:32 am, madhu kumar wrote: > > Hi,

Re: [wtr-general] Watir script editor

2010-08-11 Thread madhu kumar
> or 'C:\\Documents and Settings\\user\\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

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
gt; wrote: > On Wed, Aug 11, 2010 at 1:30 PM, madhu kumar 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

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
xt, 15).click b.image(:src => /calendar_icon.gif/, :index => 2).click b.link(:text, 17).click b.select_list(:name, "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&g

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,

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 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 c

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 kum

Re: [wtr-general] Re: Calendar Click

2010-08-11 Thread madhu kumar
:index => 2).click b.link(:text, 17).click b.select_list(:name, "adults").select 2 b.button(:id, "button_flight_search").click Regards, 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

Re: [wtr-general] Re: Calendar Click

2010-08-10 Thread madhu kumar
ex => 2).click # click the > second calendar > > > Zelkjko, i just 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-resea

[wtr-general] Watir script editor

2010-08-10 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-04 Thread madhu kumar
bled. Regards, Madhu 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 wrote: > > I tried this commands its not coming, its showing some errors, i have > attached that screenshot, please find t

Re: [wtr-general] Re: Calendar Click

2010-08-04 Thread madhu kumar
ot;).click 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 wrote: > > have u got any result,(www.cleartrip.com) > > What is the problem? I believe

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread madhu kumar
didnt acquire 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 > wrote: > > 2010/8/3 madhu kumar > > > > > This is travel site just go through this Linkwww.c

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread madhu kumar
3, 2010 at 6:14 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > 2010/8/3 madhu kumar > > > 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.i

Re: [wtr-general] Re: Calendar Click

2010-08-03 Thread madhu kumar
ge(: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 > > &

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
> On Tue, Aug 3, 2010 at 3:34 PM, madhu kumar 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

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
password', 'database name') > > Hope this will help you. > > On Tue, Aug 3, 2010 at 2:41 PM, madhu kumar wrote: > >> HI, >> >> Can anyone let me know how to connect to mysql database using Ruby. >> >> Regards, >> Madhu >> >>

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 > > > This is travel site just go through this Link www.cleartrip.com

Re: [wtr-general] Calendar Click

2010-08-02 Thread madhu kumar
; > > Regards > Pallavi > > > On Mon, Aug 2, 2010 at 4:51 PM, madhu kumar wrote: > >> >> Hi, >> >> I attached the screenshot, just let me know how to click the calendar >> from mouse click using watir. >> >> Regards, >> Madhu >

[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: s