使用selenium爬取知乎的时候,好像不停的有验证码的问题,对于seleniumZH添加一个参数来解决

 

options=webdriver.ChromeOptions()
options.add_experimental_option('excludeSwitches',['enable-automation'])
options.add_argument('--disable-blink-features=AutomationControlled')