How this works?

ie.div(:name => 'foo', :index => 2).click

I tried to find in Watir source how it is done, but I could not find it.
Could somebody please point me to the right method? It would make sense to
me if the argument was a hash.

ie.div({:name => 'foo', :index => 2}).click

I would like to use that concept in my tests. I have several other ideas
now, but this just looks good.
--
Zeljko Filipin
zeljkofilipin.com
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to