On Mon, Feb 28, 2011 at 10:55 PM, Michael Sillers <msill...@pollydude.com>
wrote:
> <a href="javascript:gotolink('showDownloadLanding.do')"> download ebill
</a>

Are you using Opera Dragonfly to inspect the page? (on my machine: view >
developer tools > opera dragonfly)

> The link doesn't show up when I ask Watir to show links and only sees a
single frame.

Something like this should work (not tested):

browser.frame(how, what).link(:href =>
"javascript:gotolink('showDownloadLanding.do')").click

or

browser.frame(how, what).link(:text => " download ebill ").click

More on frames:

http://wiki.openqa.org/display/WTR/Frames

Željko
--
watir.com - community manager
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them
viaqa.mobi conference on software testing - organizer

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to