webrat - click on any (named) html element

can I simulate with webrat a click on any named html element? E.g. on a <td> element?

Webrat only supports clicking on links and buttons when running as a browser simulator (without Selenium). Without JavaScript, there's no way to know what clicking anything else would do, so there's not a reason to support it.

Also, there's now a dedicated Webrat mailing list at:

http://groups.google.com/group/webrat

Cheers,

-Bryan

Bryan Helmkamp wrote:

Webrat only supports clicking on links and buttons when running as a browser simulator (without Selenium). Without JavaScript, there's no way to know what clicking anything else would do, so there's not a reason to support it.

I agree

Also, there's now a dedicated Webrat mailing list at:

http://groups.google.com/group/webrat

thanks