1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00
serenity/Userland/Services/WebDriver
Linus Groh dd4e5d5028 WebDriver: Make functions always match their spec command name
This is easier to grasp than sometimes naming it after the HTTP method,
and sometimes not.
2022-10-18 23:22:38 +02:00
..
BrowserConnection.cpp WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00
BrowserConnection.h WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00
Client.cpp WebDriver: Make functions always match their spec command name 2022-10-18 23:22:38 +02:00
Client.h WebDriver: Make functions always match their spec command name 2022-10-18 23:22:38 +02:00
CMakeLists.txt WebDriver: Implement GET /session/{id}/cookie endpoint 2022-10-15 22:28:34 +02:00
HttpError.h WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00
main.cpp WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00
Session.cpp WebDriver: Make functions always match their spec command name 2022-10-18 23:22:38 +02:00
Session.h WebDriver: Make functions always match their spec command name 2022-10-18 23:22:38 +02:00