Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 775 Bytes

selenium-keys.rst

File metadata and controls

25 lines (17 loc) · 775 Bytes

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