How to stay on a single dynamic page and continuously retrieve data? #2857
Replies: 1 comment 2 replies
-
Hello, do I understand it right that you want to load some kind of a web app and periodically check it for new data without ever closing the window? The typical use case for Crawlee is processing many pages with a What advantages does |
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
-
I want to use PlaywrightCrawler to continuously scrape new incoming data from a single dynamic page. However, the page automatically closes. I want to know how to keep the page open continuously without being closed. Additionally, the webpage requires login, and I want to use cookies so that each time I start the crawler, it automatically logs in using the stored cookies.
Beta Was this translation helpful? Give feedback.
All reactions