I have a test using Cucumber, capybara and selenium driver. This test should go to a form and submit it. The normal text would be
Scenario: Fill form Give
Try this..
find(:css, "input[name$='login']").native.send_keys :enter