Selenium KeysΒΆ

With Splinter You can use selenium keys implementation.

Here is a simple example:

from selenium.webdriver.common.keys import Keys
ElementAPI.type(Keys.RETURN)

Full list of all support keys can be found on official selenium documentation selenium.webdriver.common.keys