index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WebDriver
/
Session.h
Age
Commit message (
Expand
)
Author
2022-11-08
WebContent+WebDriver: Fully implement closing a session
Timothy Flynn
2022-11-08
WebContent+WebDriver: Move the Get Current URL command to WebContent
Timothy Flynn
2022-11-08
WebContent+WebDriver: Move the Navigate To command to WebContent
Timothy Flynn
2022-11-08
WebContent+WebDriver: Set the navigator.webdriver flag from WebDriver
Timothy Flynn
2022-11-08
Browser+LibWebView+WebDriver: Connect WebDriver to WebContent
Timothy Flynn
2022-11-08
LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response class
Timothy Flynn
2022-11-08
LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::Error
Timothy Flynn
2022-11-05
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/screenshot`
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/selected`
Timothy Flynn
2022-11-03
WebDriver: Pass StringView by value
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/enabled`
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/rect`
Timothy Flynn
2022-11-03
WebDriver+Browser: Implement `GET /session/{id}/source`
Timothy Flynn
2022-11-02
WebDriver: Implement `POST /session/{session id}/execute/async` endpoint
Linus Groh
2022-11-02
WebDriver: Implement `POST /session/{session id}/execute/sync` endpoint
Linus Groh
2022-11-02
WebDriver+Browser: Implement `GET /session/{id}/screenshot`
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `POST /session/{id}/window/minimize`
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `POST /session/{id}/window/maximize`
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `POST /session/{id}/window/rect`
Timothy Flynn
2022-11-02
WebDriver+Browser: Implement `GET /session/{id}/window/rect`
Timothy Flynn
2022-11-01
WebDriver: Implement `GET /session/{id}/element/{id}/text` endpoint
martinfalisse
2022-10-22
WebDriver: Implement `GET /session/{id}/element/{id}/name` endpoint
Tobias Christiansen
2022-10-21
WebDriver: Extract repeated "check for window or return error" code
Sam Atkins
2022-10-21
WebDriver: Rename HttpError -> WebDriverError
Sam Atkins
2022-10-20
WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`
Tobias Christiansen
2022-10-19
WebDriver: Implement `GET /session/{id}/element/{id}/property/{name}`
Tobias Christiansen
2022-10-19
WebDriver: Implement `GET /session/{session id}/window/handles` endpoint
Linus Groh
2022-10-19
WebDriver: Fix Session::close_window() declaration order
Linus Groh
2022-10-19
WebDriver: Rename Session::{get_window_object => current_window}()
Linus Groh
2022-10-19
WebDriver: Remove unused Session::get_window_handles()
Linus Groh
2022-10-19
WebDriver: Move `GET /session/{session id}/window` impl into Session
Linus Groh
2022-10-19
WebDriver: Implement `POST /session/{session id}/timeouts` endpoint
Linus Groh
2022-10-19
WebDriver: Implement `GET /session/{session id}/timeouts` endpoint
Linus Groh
2022-10-19
WebDriver: Replace hardcoded timeout with a TimeoutsConfiguration struct
Linus Groh
2022-10-19
WebDriver: Implement `GET /session/{id}/element/{id}/attribute/{name}`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/element/{id}/elements`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/element/{id}/element`
Tobias Christiansen
2022-10-19
WebDriver: Implement `POST /session/{id}/elements` endpoint
Tobias Christiansen
2022-10-18
WebDriver: Make functions always match their spec command name
Linus Groh
2022-10-18
WebDriver: Rename Session::get_window() to current_window_handle()
Linus Groh
2022-10-18
WebDriver: Add `POST /session/{id}/element` endpoint
Tobias Christiansen
2022-10-17
WebDriver: Put endpoint functions in spec order
Linus Groh
2022-10-17
WebDriver: Implement `POST /session/{id}/cookie` endpoint
Tobias Christiansen
2022-10-17
WebDriver: Implement `DELETE /session/{id}/cookie/{name}` endpoint
Tobias Christiansen
2022-10-17
WebDriver: Implement `DELETE /session/{id}/cookie` endpoint
Tobias Christiansen
2022-10-16
WebDriver: Implement `GET /session/{id}/cookie/{name}` endpoint
Tobias Christiansen
2022-10-15
WebDriver: Implement `GET /session/{id}/cookie` endpoint
Tobias Christiansen
2022-10-15
WebDriver: Implement POST /session/{id}/forward endpoint
Moustafa Raafat
2022-10-15
WebDriver: Implement POST /session/{id}/back endpoint
Moustafa Raafat
2022-10-15
WebDriver: Implement `POST /session/{id}/refresh` endpoint
Tobias Christiansen
[next]