Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Object not Subscriptable
#1
Help post:
How do you select the second or third element with the same class name while using selenium?
For instance,
Trial=browser.find_element_by_class_name(‘indicator-diamond’)[1]

Output: TypeError: ‘WebElement’ object is not subscriptable
Reply
#2
Have you looked at the docs? The methods for finding that return multiple elements have "element" as plural (i.e. find_elements_by_class_name for you).
wademozybozy likes this post
Reply
#3
(Mar-21-2020, 02:18 PM)ndc85430 Wrote: Have you looked at the docs? The methods for finding that return multiple elements have "element" as plural (i.e. find_elements_by_class_name for you).

thank you sir
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020