Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

driver find element with multiple classes python

# With xpath you can find elements by multiple classes as follows:
driver.find_elements(By.XPATH, "//*[@class='class1 class2']")
 
PREVIOUS NEXT
Tagged: #driver #find #element #multiple #classes #python
ADD COMMENT
Topic
Name
8+1 =