无头浏览:即不显示前台浏览器页面,抓取速度快
配置参考:https://ask.csdn.net/questions/6876814?spm=1005.2026.3001.5622
网址:https://www.endata.com.cn/BoxOffice/BO/Year/index.html
代码:
import time
from selenium.webdriver import Edge
from selenium.webdriver.edge.options import Options
from selenium.webdriver.support.select import Select
# 准备好参数配置
path = "MicrosoftWebDriver.exe"
EDGE = {