in pages/desktop/frontend/versions.py [0:0]
def license_text(self):
self.wait.until(
EC.visibility_of_element_located(self._license_text_locator)
)
text = self.find_element(*self._license_text_locator).text
if self.license_link:
text += self.license_link.get_attribute("href")
return text