标签: python selenium http-headers selenium-chromedriver
我知道在selenium中使用chrome驱动程序更改用户代理的方法。但我不知道如何设置HTTP标头的其他字段(ex.accept,accept-languag,connection,upgrade-insecure-requests等)。
有没有办法改变标题? 我使用python版本3.6和selenium模块版本3.4.1。