Typing enter/return key in selenium

Posted by Nathan on Stack Overflow See other posts from Stack Overflow or by Nathan
Published on 2009-10-27T06:32:36Z Indexed on 2010/03/18 19:31 UTC
Read the original article Hit count: 263

Filed under:

Looking for a quick way to type an enter or return key in Selenium. Unfortunately the form I'm trying to test (not my own code so I can't modify) doesn't have a submit button. When working with it manually, I just type enter or return, and just need to know how to do that with the Selenium "type" command

© Stack Overflow or respective owner

Related posts about selenium