Posts by Thiago • 1 point
1 post
-
0
votes1
answer475
viewsA: Input with equal class Lenium
The method find_element_by_class_name returns only the first element of the page that has the given class. In your case it seems more appropriate to use find_elements_by_class_name(plural), because…