是美好啊 2019-11-23 16:15 采纳率: 0%
浏览 571

如何用python定位button,除去xpath这种方法

如何用python定位button,除去xpath这种方法
代码如下

下载
  • 写回答

1条回答 默认 最新

  • 关注

    import time
    from selenium import webdriver
    from selenium.webdriver.common.by import By

    driver.find_element(By.ID, "toolbar-search-input")

    评论

报告相同问题?