【发布时间】:2020-07-25 02:43:04
【问题描述】:
这似乎不适用于使用 selenium 的 Instagram 没有产生错误仍然没有跟随
follow = webdriver.find_element_by_xpath("//button[text()='Follow']")
ActionChains(webdriver).move_to_element(follow).click().perform()
【问题讨论】:
-
你能在网页上贴一小段工作代码吗?
-
我明白了,谢谢
标签: python selenium selenium-webdriver instagram bots