【发布时间】:2020-09-22 19:03:10
【问题描述】:
我尝试点击 Instagram 上的关注者按钮,但似乎没有任何效果。错误是
selenium.common.exceptions.NoSuchElementException
Message: no such element: Unable to locate element: {"method":"partial link text","selector":"followers"}"
我试过driver.find_element_by_partial_link_text("followers").click()。
请帮帮我:(
【问题讨论】: