in pages/desktop/frontend/versions.py [0:0]
def license_link(self):
# there is a case where no license link is present
# instead, a 'All Rights Reserved' text is displayed
try:
return self.find_element(*self._license_link_locator)
except NoSuchElementException:
return False