Answer the question
In order to leave comments, you need to log in
How to display the number of results found?
Hello everyone)
There is this line:
td = browser.find_element_by_xpath("//td[text()='36']/following-sibling::td[1]")
Answer the question
In order to leave comments, you need to log in
combo response
td = browser.find_elements_by_xpath("//td[text()='36']/following-sibling::td[1]")
return(len(td))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question