Skip to content

There is a wait called "staleness_of" in selenium how to do the same in sbase #2147

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

You must be logged in to vote

Use self.wait_for_element_absent(selector, by="css selector", timeout=20) to wait for an element to be gone from the DOM.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@elnatan2604
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