in foxpuppet/windows/browser/notifications/base.py [0:0]
def label(self) -> str | None:
"""Provide access to the notification label.
Returns:
str: The notification label
"""
with self.selenium.context(self.selenium.CONTEXT_CHROME):
return self.root.get_attribute("label")