def allow()

in foxpuppet/windows/browser/notifications/addons.py [0:0]


    def allow(self) -> None:
        """Allow the add-on to be installed."""
        with self.selenium.context(self.selenium.CONTEXT_CHROME):
            self.find_primary_button().click()