Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check if an element is visible on the web page in selenium python

driver.findElement(By.cssSelector("a > font")).isDisplayed()
 
PREVIOUS NEXT
Tagged: #check #element #visible #web #page #selenium #python
ADD COMMENT
Topic
Name
6+2 =