I know that my question requires knowledge of Cucumber, Capybara, and Skywriter so I just wanted to do a shout-out to anyone that has come across this. Has anyone been able to make a Cucumber<http://github.com/aslakhellesoy/cucumber>scenario that works with Bespin aka Skywriter <https://mozillalabs.com/skywriter/>? For those that aren''t familiar with it, Skywriter is an embedded text editor (among other things). It uses the canvas element and thus the step "When I fill in..." won''t work on it. I was looking for a way to send commands or keys to elements and I found send-keys <http://github.com/markgandolfo/send-keys>, an extension to Capybara. The problem is Skywriter makes not just one canvas but numerous elements, and I''ve sent keys to all possible canvas elements but nothing appears on it. <http://github.com/markgandolfo/send-keys>Thanks! Ramon Tayag -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.