【发布时间】:2020-12-12 12:28:46
【问题描述】:
现在我必须禁用以下 Chrome 标志:
chrome://flags/#treat-unsafe-downloads-as-active-content
我可以在webdriver.ChromeOptions 中使用哪些首选项,比如"profile.managed_default_content_settings.images": 2,而不是修改标志?
【问题讨论】:
标签: python selenium selenium-chromedriver