美文网首页
python爬虫+网页点击事件+selenium模拟浏览器,爬取

python爬虫+网页点击事件+selenium模拟浏览器,爬取

作者: 激扬文字 | 来源:发表于2019-10-08 11:13 被阅读0次

    一、安装第三方库

    Python\Python37\Scripts>pip install selenium

    Python\Python37\Scripts>pip install pyquery

    二、安装浏览器驱动

    chromedriver下载地址:

    https://sites.google.com/a/chromium.org/chromedriver/downloads (被墙了)

    http://npm.taobao.org/mirrors/chromedriver/(可用)

    版本映射

    下载并解压 指定目录

    相关文章

      网友评论

          本文标题:python爬虫+网页点击事件+selenium模拟浏览器,爬取

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