How does the script load lazy-loaded images without scrolling down the page? #1472
Unanswered
smithnanic
asked this question in
Q&A
Replies: 1 comment
-
Is the option |
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
-
I'm incorporating SingleFile into a Playwright screenshot project, and its working very well so far. The issue is that I have to scroll up and down the page in Playwright in order to trigger all lazy loaded images.
The SingleFile chrome extension seems to save webpages with the full images (not the initial lazy ones). Is there a specific file or line of code that handles this so I can import it into my Playwright project?
Beta Was this translation helpful? Give feedback.
All reactions