def error_message()

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


    def error_message(self):
        """Provide access to the error message.

        Returns:
            str: The error message explaining why the installation failed.
        """
        with self.selenium.context(self.selenium.CONTEXT_CHROME):
            return self.find_description().text