can I simulate with webrat a click on any named html element? E.g. on a <td> element? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On Nov 28, 5:51 am, fx3000se <clemens.w...-OI3hZJvNYWs@public.gmane.org> wrote:> can I simulate with webrat a click on any named html element? E.g. on > a <td> element?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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/webratthanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---