Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Oct 25, 2024
1 parent f684592 commit def32ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebDriver/NoSuchElementError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public struct NoSuchElementError: Error, CustomStringConvertible {
public var errorResponse: ErrorResponse? { sourceError as? ErrorResponse }

public var description: String {
"Element not found using locator [\(locator.using)=\(locator.value)]: \(sourceError)"
"No such element [\(locator.using)=\(locator.value)]: \(sourceError)"
}
}

0 comments on commit def32ec

Please sign in to comment.