On Fri, Mar 26, 2010 at 11:07 AM, <rajivkumarnandv...@gmail.com> wrote:
> d="src"
> ie.image(:d, /y2009\/bpjerseys_header\.png/).click
> this should be work like this
> ie.image(:src, /y2009\/bpjerseys_header\.png/).click

d="src"
ie.image(d.to_sym, /y2009\/bpjerseys_header\.png/).click

but I think this would work too

d="src"
ie.image(d, /y2009\/bpjerseys_header\.png/).click

Željko
--
watir.com - community manager
pledgie.com/campaigns/2982 - donate to Watir
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them

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

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com

To unsubscribe from this group, send email to 
watir-general+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to