We can see a lot easier what is going on if you indent the HTML. Try using TidyUI or some such, freely available for download.

Anyway, now that I have tidied the HTML, I can see that each image has an associated ID attribute. It would help if you told us HOW you were trying to click them. 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 PROTECTED]>
Date:
Mon, 22 May 2006 16:13:54 -0300
To:
<wtr-general@rubyforge.org>
To:
<wtr-general@rubyforge.org>

Hello!

 

I’m having troubles trying to click some images on a modal web dialog.

They seem to be under div tags, but I can’t click them…

 

I’ve tried with divs, images and frame sentences but nothing works…

 

Here is the html code for that section (I’ve discarded the java functions on the beginning of the html file)

 

<snip>


_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to