chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument(‘--headless‘)
driver = webdriver.Chrome(chrome_options=chrome_options)
python selenium Chrome 设置为无界面模式
Posted chukun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python selenium Chrome 设置为无界面模式相关的知识,希望对你有一定的参考价值。
以上是关于python selenium Chrome 设置为无界面模式的主要内容,如果未能解决你的问题,请参考以下文章
python selenium怎么配置IE和chrome的代理,求代码
python的selenium自动化打开chrome后自动和手工混合操作?
python selenium Chrome 设置为无界面模式