Как проверить, виден ли элемент на веб -странице в Selenium Python

driver.findElement(By.cssSelector("a > font")).isDisplayed()
Defeated Dog