selenium add_argument 参数表
https://peter.sh/experiments/chromium-command-line-switches/
chrome_options.add_argument('--user-agent=""')
chrome_options.add_argument('--window-size=1280x1024')
chrome_options.add_argument('--start-maximized')
chrome_options.add_argument('--disable-infobars')
chrome_options.add_argument('--incognito')
chrome_options.add_argument('--hide-scrollbars')
chrome_options.add_argument('--disable-javascript')
chrome_options.add_argument('--blink-settings=imagesEnabled=false')
chrome_options.add_argument('--headless')
chrome_options.add_argument('--ignore-certificate-errors')
chrome_options.add_argument('--disable-gpu')
chrome_options.add_argument('--disable-software-rasterizer')
chrome_options.add_argument('--disable-extensions')
chrome_options.add_argument('--start-maximized')