[wtr-general] Re: IE.attach doesn't work properly in the script

2009-08-18 Thread balbao
HI Dylan, Do i have to try the new version of Watir? On Aug 17, 11:02 am, balbao ramkrishn...@gmail.com wrote: Dylan, Adding require Watir/ie didn't help me either. ruby -v ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32] puts Watir::IE::VERSION 1.6.2 I use ruby 1.8.6 watir

[wtr-general] Re: IE.attach doesn't work properly in the script

2009-08-18 Thread balbao
HI, At last, i sorta understood the problem. After the month is changed, the page is getting re-loaded again to display the dates for that month. The implicit wait is called. I tried another approach and ran into another issue. If i first change the year using ie.text_field(:id, /year/).set

[wtr-general] Re: IE.attach doesn't work properly in the script

2009-08-16 Thread balbao
Folks, Have any of you faced similar kind of issue ?. This is a blocker for me...Need help. On Aug 14, 12:04 pm, balbao ramkrishn...@gmail.com wrote: HI, In my application, to enter a date for a field, we need to do it using the calendar icon. This is the only option to enter data in that

[wtr-general] Re: IE.attach doesn't work properly in the script

2009-08-16 Thread Dylan
This might not be your issue, but have you tried adding a require watir/ie line? If that doesn't help, please provide information on what versions of watir and ruby you're using. -Dylan On Aug 16, 10:17 pm, balbao ramkrishn...@gmail.com wrote: Folks, Have any of you faced similar kind of