summaryrefslogtreecommitdiff
path: root/Userland/Services/WebDriver/Session.h
AgeCommit message (Expand)Author
2022-11-08WebContent+WebDriver: Fully implement closing a sessionTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Get Current URL command to WebContentTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Navigate To command to WebContentTimothy Flynn
2022-11-08WebContent+WebDriver: Set the navigator.webdriver flag from WebDriverTimothy Flynn
2022-11-08Browser+LibWebView+WebDriver: Connect WebDriver to WebContentTimothy Flynn
2022-11-08LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response classTimothy Flynn
2022-11-08LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::ErrorTimothy Flynn
2022-11-05WebDriver+Browser: Implement `GET /session/{id}/element/{id}/screenshot`Timothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/selected`Timothy Flynn
2022-11-03WebDriver: Pass StringView by valueTimothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/enabled`Timothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/element/{id}/rect`Timothy Flynn
2022-11-03WebDriver+Browser: Implement `GET /session/{id}/source`Timothy Flynn
2022-11-02WebDriver: Implement `POST /session/{session id}/execute/async` endpointLinus Groh
2022-11-02WebDriver: Implement `POST /session/{session id}/execute/sync` endpointLinus Groh
2022-11-02WebDriver+Browser: Implement `GET /session/{id}/screenshot`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/minimize`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/maximize`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `POST /session/{id}/window/rect`Timothy Flynn
2022-11-02WebDriver+Browser: Implement `GET /session/{id}/window/rect`Timothy Flynn
2022-11-01WebDriver: Implement `GET /session/{id}/element/{id}/text` endpointmartinfalisse
2022-10-22WebDriver: Implement `GET /session/{id}/element/{id}/name` endpointTobias Christiansen
2022-10-21WebDriver: Extract repeated "check for window or return error" codeSam Atkins
2022-10-21WebDriver: Rename HttpError -> WebDriverErrorSam Atkins
2022-10-20WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`Tobias Christiansen
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}`Tobias Christiansen
2022-10-19WebDriver: Implement `GET /session/{session id}/window/handles` endpointLinus Groh
2022-10-19WebDriver: Fix Session::close_window() declaration orderLinus Groh
2022-10-19WebDriver: Rename Session::{get_window_object => current_window}()Linus Groh
2022-10-19WebDriver: Remove unused Session::get_window_handles()Linus Groh
2022-10-19WebDriver: Move `GET /session/{session id}/window` impl into SessionLinus Groh
2022-10-19WebDriver: Implement `POST /session/{session id}/timeouts` endpointLinus Groh
2022-10-19WebDriver: Implement `GET /session/{session id}/timeouts` endpointLinus Groh
2022-10-19WebDriver: Replace hardcoded timeout with a TimeoutsConfiguration structLinus Groh
2022-10-19WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/element/{id}/elements`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/element/{id}/element`Tobias Christiansen
2022-10-19WebDriver: Implement `POST /session/{id}/elements` endpointTobias Christiansen
2022-10-18WebDriver: Make functions always match their spec command nameLinus Groh
2022-10-18WebDriver: Rename Session::get_window() to current_window_handle()Linus Groh
2022-10-18WebDriver: Add `POST /session/{id}/element` endpointTobias Christiansen
2022-10-17WebDriver: Put endpoint functions in spec orderLinus Groh
2022-10-17WebDriver: Implement `POST /session/{id}/cookie` endpointTobias Christiansen
2022-10-17WebDriver: Implement `DELETE /session/{id}/cookie/{name}` endpointTobias Christiansen
2022-10-17WebDriver: Implement `DELETE /session/{id}/cookie` endpointTobias Christiansen
2022-10-16WebDriver: Implement `GET /session/{id}/cookie/{name}` endpointTobias Christiansen
2022-10-15WebDriver: Implement `GET /session/{id}/cookie` endpointTobias Christiansen
2022-10-15WebDriver: Implement POST /session/{id}/forward endpointMoustafa Raafat
2022-10-15WebDriver: Implement POST /session/{id}/back endpointMoustafa Raafat
2022-10-15WebDriver: Implement `POST /session/{id}/refresh` endpointTobias Christiansen