Skip to content

If an xpath corresponds to multiple elements on a page, how do you know the number of those elements #1401

Answered by mdmintz
chenqinggang001 asked this question in Q&A
Discussion options

You must be logged in to vote

Example with button:

Find the number of button elements on a page:

len(self.find_visible_elements("//button"))

To click all the buttons:

self.click_visible_elements("//button")

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mdmintz
Comment options

@chenqinggang001
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants