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

LibWeb+WebDriver: Begin processing and matching WebDriver capabilities

Still some TODOs here:
* We don't handle all capabilities (e.g. proxy)
* We don't match the capabilities against the running browser

But this will parse the capabilities JSON object received from the
WebDriver client.
This commit is contained in:
Timothy Flynn 2022-11-17 12:57:14 -05:00 committed by Linus Groh
parent 5b5b563968
commit e0c7b5747d
4 changed files with 321 additions and 4 deletions

View file

@ -439,6 +439,7 @@ set(SOURCES
WebAssembly/WebAssemblyTableConstructor.cpp
WebAssembly/WebAssemblyTableObject.cpp
WebAssembly/WebAssemblyTablePrototype.cpp
WebDriver/Capabilities.cpp
WebDriver/Client.cpp
WebDriver/ElementLocationStrategies.cpp
WebDriver/Error.cpp