def origin()

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


    def origin(self) -> str | None:
        """Provide access to the notification origin.

        Returns:
            str: The notification origin.

        """
        with self.selenium.context(self.selenium.CONTEXT_CHROME):
            return self.root.get_attribute("name")