How to await browser to close? #1857
Unanswered
kejiweixun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am wondering how can we await the browser to close, like playwright
await browser.close()
?I find that after
crawler.run()
resolve, the browser will need some more time to close. I want to do something after the browser has closed. Any suggestion?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions