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

LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error

This is to prepare for WebContent becoming the WebDriver client.
This commit is contained in:
Timothy Flynn 2022-11-08 10:10:27 -05:00 committed by Tim Flynn
parent a4fc7dbf6d
commit 0246abec80
10 changed files with 283 additions and 284 deletions

View file

@ -8,14 +8,13 @@ set(SOURCES
Client.cpp
Session.cpp
TimeoutsConfiguration.cpp
WebDriverError.cpp
main.cpp
)
)
set(GENERATED_SOURCES
../../Applications/Browser/WebDriverSessionClientEndpoint.h
../../Applications/Browser/WebDriverSessionServerEndpoint.h
)
)
serenity_bin(WebDriver)
target_link_libraries(WebDriver PRIVATE LibCore LibHTTP LibMain LibIPC LibWeb LibGfx)