I want to complete disable the notification when i launch a firefox browser
For Python:
options = Options() options.set_preference('dom.webnotifications.enabled', False)