How does one check if this text (see picture) is visible to the user on the web page?
.is_displayed() clearly always returns true. Any alternatives?
The following always returns true (even when the text is not visible to the user)
driver.find_element(by=By.CSS_SELECTOR, value=".has-primary-color.has-text-color").is_displayed()