Skip to content

Implicit wait #2709

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

You must be logged in to vote

All waits from methods are explicit, with default timeouts set if they are not specified during the method call.
See SeleniumBase/help_docs/method_summary.md for the methods.

Know what exactly you want to wait for, and then call the appropriate method for that.
Otherwise you would be using sleep(seconds) for general waiting.

There are some general waiting methods, such as wait_for_ready_state_complete(), and others. See the API.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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