Here's the source:

<td>

                                                <input type="image"
name="navLocation:dlCrumbList:_ctl0:imgNavImage"
id="navLocation_dlCrumbList__ctl0_imgNavImage"
onMouseover="document.getElementById
('navLocation_lblCurrentLocation').innerHTML=this.alt"
onMouseout="document.getElementById
('navLocation_lblCurrentLocation').innerHTML='Region 1 (1)'" src="../
App_Themes/co/locationdrilldown_hollow.jpg" alt="Region 1 (1)"
border="0" />

                                        </td>


I've tried

browser.link(:id, "navLocation_dlCrumbList__ctl0_imgNavImage").click
browser.image(:id, "navLocation_dlCrumbList__ctl0_imgNavImage").click
browser.div(:id, "navLocation_dlCrumbList__ctl0_imgNavImage").click
browser.span(:id, "navLocation_dlCrumbList__ctl0_imgNavImage").click

None of them work.  They all say element not found.  I can't seem to
find a way to grab onto this image link.

Any ideas?

Thanks!
James
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to