标签: google-chrome chrome-dev-editor
尝试以编程方式在Chrome上禁用通知。看来标志--disable-notifications在当前版本上不起作用。
--disable-notifications
我知道在生成Selenium驱动程序时,您可以在Chrome选项首选项中设置"profile.default_content_setting_values.notifications",但在查看Chrome的标志列表时,我看不到设置它的方法。
"profile.default_content_setting_values.notifications"
如果有人知道语法,我将不胜感激。或者,如果您知道没有办法做到这一点,您可以让我摆脱困境,然后找到解决方法。