I'm testing a barcode reader input... it behaves like the keyboard but terminates each barcode with the enter key character. My javascript detects the enter key and responds (backbone.js application).
How can I "fill in" a form field with a string that has a terminating enter key value?
My test stack is cucumber/capybara/capybara-webkit.