我一生无法找到通过硒改变实验性功能(在chrome:// flags /中)的值的方法。例如,我想将chrome:// flags /#PasswordForceSaving的值从“默认”更改为“启用”。我以为是这种变化:
chrome_options.add_argument("--enable-PasswordForceSaving")
或这个
chrome_options.add_experimental_option('prefs', {'PasswordForceSaving', 'enable'})
可以解决问题。显然没有。有人有什么想法吗?