I have the following helper method to input a string into an input field and press the enter key, but it seems the enter key is never pressed. I see the string entered into
@Page.selector.send_keys :return
This works for me, where selector is the element in your page object element :selector, ''
selector
:selector, ''