Feature Request: Explicitly specify --headless=new #1122
Labels
size: easy
status: done
Work is completed and released (or scheduled to be released in the next version)
touches: dependencies/packaging
Issues or changes that add/remove/affect dependencies
why: functionality
Intended to improve ArchiveBox functionality or features
Type
What is the problem that your feature request solves
Resolve the problem of unstable headless mode in the current chromium v111.
For example, it can solve the problem of
RESOLUTION
(--window-size
) not working.Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes
Change the argument given to chromium to
--headless=new
Note
/usr/bin/chromium-browser --headless --timeout=2000 --screenshot --window-size=1440,2000 https://github.com/ArchiveBox/
/usr/bin/chromium-browser --headless=new --timeout=2000 --screenshot --window-size=1440,2000 https://github.com/ArchiveBox/
The text was updated successfully, but these errors were encountered: