代码之家  ›  专栏  ›  技术社区  ›  Volatil3

Selenium:无法调用click on button元素

  •  0
  • Volatil3  · 技术社区  · 6 年前

    所以我使用Python访问URL https://losangeles.craigslist.org/wst/sub/d/furnished-master-bedroom-with/6721294465.html 想点击回复按钮。到目前为止,我已经尝试了以下代码,但没有奏效

    driver = webdriver.Firefox()
        driver.maximize_window()
        driver.get('https://losangeles.craigslist.org/wst/sub/d/furnished-master-bedroom-with/6721294465.html')
        sleep(10)
        driver.find_element_by_css_selector('.reply-button').click()
    

    我通过FireFox查看发现:

    有没有我更愿意像JS文件中那样调用jQuery click?

    enter image description here

    Infern0 提示是打字错误。它确实点击了,但有些如何不加载弹出窗口的内容,我看到了以下内容:

    enter image description here

    0 回复  |  直到 6 年前