I'm using watir to automate a task. After being logged in, i need to enter a text, my cursor is already on the message window so no need to locate the element, just need to type my text and send(:enter).
By the way, i can not locate the input bar.
So is there a command to tell watir to enter text without locating an element ?