[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-09 Thread Divya
It happens only on Vista On Dec 9, 2:10 am, Bret Pettichord <[EMAIL PROTECTED]> wrote: > Larry, > > We've had multiple reports of this problem with click_no_wait, but I > have not been able to reproduce them. > > Bret > > [EMAIL PROTECTED] wrote: > > Hey all - > > > I'm trying to dismiss popups a

[wtr-general] Re: Need to pick amount from the script

2008-12-09 Thread Divya
Sir, This is not working. Kindly help me out on this. thanks divya On Dec 5, 7:03 pm, Moochie <[EMAIL PROTECTED]> wrote: >  if $ie.div(:text, /Balance:/).exists? >     ksh = $ie.d(:text, /Balance:/).text.split(" ") >     puts ksh[2] > end > > On Dec 5, 4:51 a

[wtr-general] Need to pick amount from the script

2008-12-05 Thread Divya
Hi, View Source is like this: Sent to: -nn Amount: Ksh 100.00Date: 05/12/2008 03:41 PMMessage: Transaction ID: 73538Balance: Ksh 7487.68 I want to pick that amount Ksh 100 from the script. Iam New to WATIR can please anyone help me i

[wtr-general] Not able to identify object

2008-12-02 Thread Divya
Hi Iam divya from bangalore My watir code is like this: ie = IE.new ie.focus ie.goto(record['url']) ie.maximize ie.wait() ie.textField(:name, 'phone').set("9123456789") And view sour

[wtr-general] How to enter values in text field present in forms

2008-12-02 Thread Divya
Hi, How to enter values in text field present in forms? I tried ie.form(:name, 'phone').set(record['mobilenumber']) please let me know thanks divya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr