mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 17:15:07 +00:00
15 lines
374 B
Text
15 lines
374 B
Text
source_set("WebDriver") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Capabilities.cpp",
|
|
"Client.cpp",
|
|
"Contexts.cpp",
|
|
"ElementLocationStrategies.cpp",
|
|
"Error.cpp",
|
|
"ExecuteScript.cpp",
|
|
"Response.cpp",
|
|
"Screenshot.cpp",
|
|
"TimeoutsConfiguration.cpp",
|
|
]
|
|
}
|