in foxpuppet/windows/browser/notifications/addons.py [0:0]
def is_downloading(self):
"""Check if the add-on is currently downloading.
Returns:
bool: True if the download and verification is in progress.
"""
with self.selenium.context(self.selenium.CONTEXT_CHROME):
return "Downloading and verifying add-on…" in self.find_description().text