我编写了一个小程序来评论特定的Instagram照片,但是该程序在应写评论时停止。
def commenting(comment):
commentsection=driver.find_element_by_xpath('//*[@class="Ypffh"]')
commentsection.send_keys(comment)
commentSection.send_keys(Keys.ENTER)
这是我得到的错误:
selenium.common.exceptions.ElementNotInteractableException:消息:元素不可交互