mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
WebDriver: Add new WebDriver service
WebDriver aims to implement the WebDriver specification found at https://w3c.github.io/webdriver/webdriver-spec.html . It's an HTTP server that can create Browser sessions and control them. Co-authored-by: Florent Castelli <florent.castelli@gmail.com>
This commit is contained in:
parent
8c0f1da9f7
commit
80603f141a
12 changed files with 915 additions and 0 deletions
|
@ -211,6 +211,7 @@ set(WAITQUEUE_DEBUG ON)
|
|||
set(WASM_BINPARSER_DEBUG ON)
|
||||
set(WASM_TRACE_DEBUG ON)
|
||||
set(WASM_VALIDATOR_DEBUG ON)
|
||||
set(WEBDRIVER_DEBUG ON)
|
||||
set(WEBGL_CONTEXT_DEBUG ON)
|
||||
set(WEBSERVER_DEBUG ON)
|
||||
set(WEB_WORKER_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue