利用selenium进行爬取,数据为CSV文件
编写时间:2020年03月16日(若爬取失败,应该是网站更新造成的。)
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
import time
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait # available since 2.4.0