mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
WebDriver: Implement GET /session/{id}/cookie
endpoint
This commit is contained in:
parent
2c808958b9
commit
001699f2d6
8 changed files with 82 additions and 3 deletions
|
@ -8,12 +8,12 @@ set(SOURCES
|
|||
Client.cpp
|
||||
Session.cpp
|
||||
main.cpp
|
||||
)
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
../../Applications/Browser/WebDriverSessionClientEndpoint.h
|
||||
../../Applications/Browser/WebDriverSessionServerEndpoint.h
|
||||
)
|
||||
)
|
||||
|
||||
serenity_bin(WebDriver)
|
||||
target_link_libraries(WebDriver LibCore LibHTTP LibMain LibIPC)
|
||||
target_link_libraries(WebDriver LibCore LibHTTP LibMain LibIPC LibWeb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue