Is there a way to take screenshot of page without a web driver? I mean, all i want is to take screenshot in the backround , without opened window.
Asked
Active
Viewed 1,171 times
0
-
Maybe try https://www.browserstack.com/? – Manjit Kumar Jun 25 '20 at 16:39
-
Have you tried the html2image library? https://pypi.org/project/html2image/ – andexte Dec 07 '22 at 15:33
2 Answers
1
You can try with headless option. Refer the site for more info https://medium.com/@dschnr/using-headless-chrome-as-an-automated-screenshot-tool-4b07dffba79a

Arun Sivaraj
- 93
- 1
- 8