[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

Re: [wtr-general] Calendar Click

2010-08-02 Thread Željko Filipin
On Mon, Aug 2, 2010 at 12:34 PM, madhu kumar wrote: > Hi have a calendar in my webpage, and i intalled watir recorder Watir recorder is not supported here. Please post to their support forum. Let me know if you can not find it. If you would like to automate calendar with Watir, you will have to

Re: [wtr-general] Calendar Click

2010-08-02 Thread Pallavi Sharma
Hi Madhu Can't you directly type in your text box for date? Is it disabled? Looks like a travel site, if the link available online which is public which we can try.. Calrendar's are usually div objects. Send us the html of the calendar div and your page, that might give more information. Regar

Re: [wtr-general] Calendar Click

2010-08-02 Thread madhu kumar
HI Pallavi, This is travel site just go through this Link www.cleartrip.com, in main page only calendar available. and i dont want to put the date directly. I am trying to select from calendar only. Regards, Madhu 2010/8/2 Pallavi Sharma > Hi Madhu > > Can't you directly type in your text bo

Re: [wtr-general] Calendar Click

2010-08-03 Thread Željko Filipin
2010/8/3 madhu kumar > This is travel site just go through this Link www.cleartrip.com And you really thought it would be easier for us to debug your problem with screen shot, instead of sending us the URL?! See how fast you got the answer once you have sent the URL? require "rubygems" requir

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 > > And you really thou

Re: [wtr-general] Calendar Click

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 11:11 AM, madhu kumar wrote: > Can anyone let me know how to connect to mysql database using Ruby. You should ask at ruby forum, this one is for watir. If you search this group or the web, you will find the answer. Željko -- Before posting, please read http://watir.com

Re: [wtr-general] Calendar Click

2010-08-03 Thread Padma Reddy
Hi Madhu, Make sure that mysql is installed on the machine from where you want to execute the ruby script. Do 'gem install mysql' (if this dont work, download mysql and then install). ( 'gem list' check if mysql is there) try this in your script: require 'mysql' my = Mysql.new('IP', 'mysql user

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
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 wrote: > Hi Madhu, > > Make sure that mysql is installed on the machine from where you want to > execute the ruby script. > Do 'gem insta

Re: [wtr-general] Calendar Click

2010-08-03 Thread Željko Filipin
On Tue, Aug 3, 2010 at 12:04 PM, madhu kumar wrote: > if i type require 'mysql' its coming no such file to load. Please start another thread, this one is about calendar. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received thi

Re: [wtr-general] Calendar Click

2010-08-03 Thread Padma Reddy
You might not have installed mysql. check if mysql is there in the list displayed using 'gem list' 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,

Re: [wtr-general] Calendar Click

2010-08-03 Thread madhu kumar
Hi Padma, Mysql is there its listed as Mysql <2.8.1 *86-mingw32> when i give the command gem list. Regards, Madhu On Tue, Aug 3, 2010 at 3:42 PM, Padma Reddy wrote: > You might not have installed mysql. > check if mysql is there in the list displayed using 'gem list' > On Tue, Aug 3, 2010

Re: [wtr-general] Calendar Click

2010-08-03 Thread Padma Reddy
Ok. I am not sure of this. Actually i faced the same problem when i was executing ruby script on my windows machine and trying to connect to the database of a linux machine and this problem got solved when i installed mysql my local machine (in addition to mysql gem) On Tue, Aug 3, 2010 at 3:53 PM