1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

Ladybird: Spawn ladybird and headless-browser using helpers in WebDriver

This allows the WebDriver to take advantage of the common helper process
spawning code when launching ladybird, and to not assume a particular
directory layout.
This commit is contained in:
Andrew Kaster 2023-02-02 03:41:47 -07:00 committed by Andrew Kaster
parent 0d5d3f12e2
commit 7598a99ef3
2 changed files with 23 additions and 2 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
${WEBDRIVER_SOURCE_DIR}/Session.cpp
${WEBDRIVER_SOURCE_DIR}/WebContentConnection.cpp
../Utilities.cpp
../HelperProcess.cpp
main.cpp
)