1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 02:28:12 +00:00
serenity/Userland/Services/WebDriver
Linus Groh eafb924580 WebDriver: Include section number and title in spec comments
Also, only add the HTTP method and path to the Client side where they
are relevant for seeing which parameters are available and such.
2022-10-17 18:20:05 +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: Include section number and title in spec comments 2022-10-17 18:20:05 +02:00
Client.h WebDriver: Implement POST /session/{id}/cookie endpoint 2022-10-17 15:48:22 +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: Include section number and title in spec comments 2022-10-17 18:20:05 +02:00
Session.h WebDriver: Implement POST /session/{id}/cookie endpoint 2022-10-17 15:48:22 +02:00