selenium send_keys() Message: element not interactable selenium send_keys() Message: element not interactable selenium selenium

selenium send_keys() Message: element not interactable


It seems the reason you are getting the error is because you are using the method SendKeys with a Div element rather than to an input or text area.

msj_box = driver.find_element_by_xpath('//div[@class="_2FbwG"]')