Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

selenium multiple elements with same class name python

elements = driver.find_elements_by_class_name('some class') #use find_elements instead of find_element

for i in elements:
	i # with i u can get the individual elements 
 
PREVIOUS NEXT
Tagged: #selenium #multiple #elements #class #python
ADD COMMENT
Topic
Name
1+5 =