From d5e40861620dfdd9259c4a4cf53ee458ed45d736 Mon Sep 17 00:00:00 2001 From: Tristan Labelle Date: Wed, 23 Oct 2024 06:50:59 -0400 Subject: [PATCH] Fix CMakeLists --- Sources/WebDriver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WebDriver/CMakeLists.txt b/Sources/WebDriver/CMakeLists.txt index 5a146ec..4d5922b 100644 --- a/Sources/WebDriver/CMakeLists.txt +++ b/Sources/WebDriver/CMakeLists.txt @@ -2,12 +2,12 @@ add_library(WebDriver Capabilities.swift Element.swift ElementLocator.swift - ElementNotFoundError.swift ErrorResponse.swift HTTPWebDriver.swift Keys.swift Location.swift MouseButton.swift + NoSuchElementError.swift Poll.swift Request.swift Requests.swift