Count the number of elements found in selenium python
count
is a list of all elements that were found. In order to find its length, you should:
len(count)
I highly recommend you to go through the docs to better understand how Selenium works.
count
is a list of all elements that were found. In order to find its length, you should:
len(count)
I highly recommend you to go through the docs to better understand how Selenium works.