[NoDriver] Is there a generic way to wait for the page to be loaded? #2023
Unanswered
NareshMurthy
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way we can wait for the page to load completely, instead of relying on a element on the page
await tab.get(url)
? Like do we have something similar toWaitForNetworkIdle0
orDomContentLoaded
in puppeteer or playwrightBeta Was this translation helpful? Give feedback.
All reactions