Wait until "domcontentloaded" event is fired? #378
Closed
waynehoover
started this conversation in
General
Replies: 1 comment
-
Ferrum returns back to you when the page you visited with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to do this:
wait_for_idle(events: ['domcontentloaded'])
In puppeteer we can do
waitForNetworkIdle({waitUntil: ['domcontentloaded']})
Is it possible to wait until some event is emitted in JS in ferrum?
Beta Was this translation helpful? Give feedback.
All reactions