美文网首页我爱编程
python+selenium使用chrome浏览器

python+selenium使用chrome浏览器

作者: sai_xu | 来源:发表于2018-02-27 10:20 被阅读0次
    chromedriver = "C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe"
    os.environ["webdriver.chrome.driver"] = chromedriver
    driver = webdriver.Chrome(chromedriver)
    

    相关文章

      网友评论

        本文标题:python+selenium使用chrome浏览器

        本文链接:https://www.haomeiwen.com/subject/uqzyxftx.html