I'm trying to enter some text into a field, it works for the first time but after that, it shows this error! ElementNotInteractableException
I don't know why!
here you are my code:
try:
browser.execute_script("window.scrollBy(0,600)", "")
WebDriverWait(browser, 60).until(EC.visibility_of_element_located((By.XPATH, path)))
comment = browser.find_element_by_xpath("//XPATH")
comment.send_keys(comments)