1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +00:00

Utilities: Add a simple headless-browser

This utility creates a 'screenshot' of the given page after a
few seconds of loading.
This commit is contained in:
DexesTTP 2022-04-03 18:15:36 +02:00 committed by Linus Groh
parent bf6c4835e6
commit 355e74cf65
2 changed files with 350 additions and 0 deletions

View file

@ -128,6 +128,7 @@ target_link_libraries(groups LibMain)
target_link_libraries(gunzip LibCompress LibMain)
target_link_libraries(gzip LibCompress LibMain)
target_link_libraries(head LibMain)
target_link_libraries(headless-browser LibCore LibGfx LibWeb LibMain)
target_link_libraries(hexdump LibMain)
target_link_libraries(host LibMain)
target_link_libraries(hostname LibMain)