Python Selenium - AttributeError : WebElement object has no attribute sendKeys Python Selenium - AttributeError : WebElement object has no attribute sendKeys selenium selenium

Python Selenium - AttributeError : WebElement object has no attribute sendKeys


Try using WebElement::send_keys() instead of sendKeys as below :-

from selenium.webdriver.common.keys import KeysWebelement.send_keys(Keys.ENTER)