mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +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:
parent
bf6c4835e6
commit
355e74cf65
2 changed files with 350 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue