Python selenium Отправить клавиши введите Отправить

from selenium.webdriver.common.keys import Keys

WebElement.send_keys(message + Keys.RETURN);
Alby7503