需要帮助来评论Instagram白色硒(Python)

时间:2019-07-17 10:04:46

标签: python selenium comments instagram commenting

我编写了一个小程序来评论特定的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:消息:元素不可交互

0 个答案:

没有答案