Selenium爬虫

是一个测试自动化的浏览器工具。爬虫主要用到Selenium的WebDriver,可以模拟真实用户操作浏览器。 官方文档 python库   1. 基本应用 安装 $ pip install selenium 导入库 from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.common.by import By 加载浏览器 支持的浏览器有... Read More

Comments: 0   Category: 爬虫   Time: