1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:47:34 +00:00

LibWeb: Implement the element location strategies in Web::WebDriver

This commit is contained in:
Timothy Flynn 2022-11-09 15:01:28 -05:00 committed by Linus Groh
parent 40b07901ac
commit 15916e5c14
3 changed files with 114 additions and 0 deletions

View file

@ -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