How to handle show notifications pop up on Chrome with Python-UnitTest?

How to handle show notifications pop up on Chrome with Python-UnitTest?

Hi Emma-crepeau,

You can refer to the sample syntax below:

# 0 - Default, 1 - Allow, 2 - Block
chrome_options = Options()
chrome_options.add_experimental_option("prefs", { "profile.default_content_setting_values.notifications": 1})