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

LibWeb+WebDriver: Move the timeouts configuration object to LibWeb

This commit is contained in:
Timothy Flynn 2022-11-11 14:22:03 -05:00 committed by Linus Groh
parent 7972916be7
commit cb4b9108d1
7 changed files with 15 additions and 15 deletions

View file

@ -443,6 +443,7 @@ set(SOURCES
WebDriver/ExecuteScript.cpp
WebDriver/Response.cpp
WebDriver/Screenshot.cpp
WebDriver/TimeoutsConfiguration.cpp
WebGL/WebGLContextAttributes.cpp
WebGL/WebGLContextEvent.cpp
WebGL/WebGLRenderingContext.cpp