Re: [Wtr-general] [question] Accesing images?

2006-05-26 Thread Rodrigo Julian Martin
triggers a Modal Popup) Thanks in Advance! Rodrigo Julian Martin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Martes, 23 de Mayo de 2006 07:23 p.m. To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] [question] Accesing images?

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Rodrigo Julian Martin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lonny Eachus Sent: Lunes, 22 de Mayo de 2006 08:11 p.m. To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] [question] Accesing images? We can see a lot easier what is going on if you indent the HTML. Try using TidyUI or some

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Lonny Eachus
in frames on some popups, and it is not a simple thing at all. Lonny Eachus == Subject: Re: [Wtr-general] [question] Accesing images? From: "Rodrigo Julian Martin" [EMAIL PROTECTED]

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread David Schmidt
Rodrigo, Examining the HTML I see that the image with id of img2 isn't even in the div with id DIVImageFile_2. In addition, the img2 image doesn't have any events associated with it, so clicking that image won't do anything. I think the link you wish to follow is the link following img2: a

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Bret Pettichord
It would help to know what version of Watir you are using.Bret ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] [question] Accesing images?

2006-05-23 Thread Bret Pettichord
On 5/23/06, Rodrigo Julian Martin [EMAIL PROTECTED] wrote: Hi Bret, sorry for the lack of info.. I'm using 1.4.1Just as a point of information, we did not support *modal* web dialogs in 1.4.1. So i initially thought you must be using a more current version. It sounds like you are

[Wtr-general] [question] Accesing Images Snapshot

2006-05-22 Thread Rodrigo Julian Martin
And here is the snapshot of that 6 Images Thanks! Rodrigo Julian Martin attachment: image_buttons.jpg ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] [question] Accesing Images..

2006-05-22 Thread Rodrigo Julian Martin
Oh, sorry.. The snapshots are supposed to go with an earlier post Ive sent. But that post is still waiting moderation, because its a little bigger than 40K. Sorry Again Rodrigo Julian Martin ___ Wtr-general mailing list

Re: [Wtr-general] [question] Accesing images?

2006-05-22 Thread Rodrigo Julian Martin
Hello! Im having troubles trying to click some images on a modal web dialog. They seem to be under div tags, but I cant click them Ive tried with divs, images and frame sentences but nothing works Here is the html code for that section (Ive discarded the java functions on the

Re: [Wtr-general] [question] Accesing images?

2006-05-22 Thread Lonny Eachus
. Are you using the id? Example: @my_ie.image(:id, 'img2').click Lonny Eachus == Subject: Re: [Wtr-general] [question] Accesing images? From: "Rodrigo Julian Martin" [EMAIL