diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-11-09 15:01:28 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-11-10 13:10:16 +0000 |
commit | 15916e5c148084059c22f993d650a7545305b1d3 (patch) | |
tree | 22e2dcca2b36641ebab7e0176e910d92e8e508ed /Userland/Libraries/LibWeb/CMakeLists.txt | |
parent | 40b07901ac3cdc4e8942bff62f4784370543003b (diff) | |
download | serenity-15916e5c148084059c22f993d650a7545305b1d3.zip |
LibWeb: Implement the element location strategies in Web::WebDriver
Diffstat (limited to 'Userland/Libraries/LibWeb/CMakeLists.txt')
-rw-r--r-- | Userland/Libraries/LibWeb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/CMakeLists.txt b/Userland/Libraries/LibWeb/CMakeLists.txt index 5ed7e06d14..681ea3fb92 100644 --- a/Userland/Libraries/LibWeb/CMakeLists.txt +++ b/Userland/Libraries/LibWeb/CMakeLists.txt @@ -438,6 +438,7 @@ set(SOURCES WebAssembly/WebAssemblyTableConstructor.cpp WebAssembly/WebAssemblyTableObject.cpp WebAssembly/WebAssemblyTablePrototype.cpp + WebDriver/ElementLocationStrategies.cpp WebDriver/Error.cpp WebDriver/ExecuteScript.cpp WebDriver/Response.cpp |