SeleniumReality icon indicating copy to clipboard operation
SeleniumReality copied to clipboard

如何禁止js和图片加载

Open a1023182899 opened this issue 3 years ago • 0 comments

prefs = { 'profile.default_content_setting_values': { 'images': 2, 'javascript': 2 # 2即为禁用的意思 } } self.chrome_options.add_experimental_option('prefs', prefs) 报错: selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: cannot parse capability: goog:chromeOptions from invalid argument: unrecognized chrome option: prefs

a1023182899 avatar Jan 20 '22 03:01 a1023182899