You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to scrape data from a site that uses javascript to load it's data after the initial load. I want to scrape these posts, but they never seem to load. I am using Playwright/Chromium to load the pages, so the javascript can run. I can see in the screenshot that my initial page loads with me logged in (as I passed the Cookie header), but the rest of the calls never load. Just stays as a spinning circle. I have set a looong wait time of 100seconds, yet nothing. I believe the Cookies need to be applied to these calls too, but I see no option to do that.
Describe the solution you'd like
Set cookie on the entire session in Chromium, so that it applies to subsequent calls.
Describe the use-case and give concrete real-world examples
Patreon posts. The site is SLOOOOW.
This discussion was converted from issue #1788 on September 11, 2023 18:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Version and OS
Latest in Docker
Is your feature request related to a problem? Please describe.
I want to scrape data from a site that uses javascript to load it's data after the initial load. I want to scrape these posts, but they never seem to load. I am using Playwright/Chromium to load the pages, so the javascript can run. I can see in the screenshot that my initial page loads with me logged in (as I passed the Cookie header), but the rest of the calls never load. Just stays as a spinning circle. I have set a looong wait time of 100seconds, yet nothing. I believe the Cookies need to be applied to these calls too, but I see no option to do that.
Describe the solution you'd like
Set cookie on the entire session in Chromium, so that it applies to subsequent calls.
Describe the use-case and give concrete real-world examples

Patreon posts. The site is SLOOOOW.
Beta Was this translation helpful? Give feedback.
All reactions