I want to use Enter or Return key in Selenium. But, the page which I'm trying to test doesn't have a Submit button. When I am testing it manually, I am just typing ENTER or RETURN.
I how to do that with the Selenium typeCommand as there is no button which I can click.