mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:47:44 +00:00
WebDriver: Introduce WebDriver::ErrorCode enum
To avoid having to duplicate error text and http codes over and over, and potentially make mistakes, let's put them all in one place.
This commit is contained in:
parent
89c3e0b567
commit
9393904073
3 changed files with 96 additions and 0 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
Client.cpp
|
||||
Session.cpp
|
||||
TimeoutsConfiguration.cpp
|
||||
WebDriverError.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue