Re: [wtr-general] How to select a item from the dropbox

2010-08-09 Thread Padma Reddy
Try this: browser.select_list(:id, '<>').select_value('<>') get Id and value from ur source code On Sun, Aug 8, 2010 at 8:45 PM, sudhir wrote: > Hi All, > I am trying to select an item from dropbox but could not. > Can you provide details regarding that > > Thanks > > -- > Before posting, ple

Re: [wtr-general] Unable to update ruby gem

2010-08-04 Thread Padma Reddy
Its better to download new rubygem version (may be 1.8.7) and install. HTTP 301 is the redirection error. If you do 'gem env' the Remote sources will be pointed to ' http://gems.rubyforge.org' but it has to be redirected to http://rubygems.org if you install the latest version this will be taken c

Re: [wtr-general] Calendar Click

2010-08-03 Thread Padma Reddy
PM, madhu kumar wrote: > 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 inst

Re: [wtr-general] Calendar Click

2010-08-03 Thread Padma Reddy
; 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 install mysql' (if this dont work,

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

[wtr-general] How to automate a scrollbar

2010-07-21 Thread Padma Reddy
Hi all, I need to tick the checkbox and continue to the next page.. but the checkbox will be enabled only when the agreements are read and scrolled down(that particular pane). How to enable the checkbox without scrolling down or how to scrolldown to enable the checkbox?? Please let me knw if u c

[wtr-general] Fwd: How to automate a scrollbar

2010-07-21 Thread Padma Reddy
*someone please help me out.. its urgent!!* Hi all, I need to tick the checkbox and continue to the next page.. but the checkbox will be enabled only when the agreements are read and scrolled down(that particular pane). How to enable the checkbox without scrolling down or ho