mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +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:
parent
5b5b563968
commit
e0c7b5747d
4 changed files with 321 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue