[Wtr-general] missing image

2005-07-13 Thread Jan.Montano
Please help me with this one. I'm confused. attached is my console output. I just have two calls in my script: 1. $ie.images.each { |i| puts \n#{i.src} } 2. $ie.show_all_objects I'm looking for this image: RBJ_DetailTab_Off.gif. Here's my question. how come on my first call, this image

Re: [Wtr-general] helper.logon hangs

2005-07-13 Thread Armin Roehrl
Sathya, thank you very much for your quick answer. I would most appreciate a tiny sample script. Have a nice day, -Armin Armin, Your approch is correct for this issue. However u have to just modify few stuffs right here. Watir is creating a new thread for the modular window, but the

Re: [Wtr-general] Select using Value using regular expression

2005-07-13 Thread Shao Kang Tat
Oops, I just realized you wanted to use regular expressions Value. Ignore my post :) On 7/13/05, Bret Pettichord [EMAIL PROTECTED] wrote: At 08:51 PM 7/12/2005, Tuyet Cong-Ton-Nu wrote: I think \A should match the beginning of a string but this doesn't seem to work. Any ideas?

Re: [Wtr-general] IE Tabstrip.htc control

2005-07-13 Thread Bret Pettichord
At 06:44 PM 7/7/2005, Alexander, Kim (Kim) wrote: However when the page is contained in the frame the ie.goto just times out. Code I m using for frames is below.

Re: [Wtr-general] missing image

2005-07-13 Thread Shao Kang Tat
Yes, I believe it could be a button. I've come across cases like that, where the HTML is input type=image but the only way for me to access it is by button. I *think* that it's identified as an image if, in the html, you specifically have: img src=blah... but I could be wrong..so, correct