Skip to content

sb.wait_for_element_visible ignores other matching elements #3904

Answered by mdmintz
Abdelgha-4 asked this question in Q&A
Discussion options

You must be logged in to vote

There are methods for that:

sb.wait_for_any_of_elements_visible(*args, **kwargs)
sb.wait_for_any_of_elements_present(*args, **kwargs)
sb.assert_any_of_elements_visible(*args, **kwargs)
sb.assert_any_of_elements_present(*args, **kwargs)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Abdelgha-4
Comment options

@mdmintz
Comment options

Answer selected by mdmintz
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