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.cpp
Age
Commit message (
Expand
)
Author
2023-04-24
AK: Add new failable `JsonArray::{append/set}` functions
Cameron Youell
2023-03-23
WebDriver: Unlink server socket before binding to it
Aliaksandr Kalenik
2023-03-21
WebDriver: Activate the browser tab during the Switch To Window command
Timothy Flynn
2023-03-19
WebDriver: Fix handling of disconnected WebContent process
Aliaksandr Kalenik
2023-03-19
WebDriver: Close all WebContent connections while destroying a session
Aliaksandr Kalenik
2023-03-19
WebDriver: Inline `Sesssion::stop()` in session destructor
Aliaksandr Kalenik
2023-03-16
WebContent+WebDriver: Get window handle from WebContent process
Aliaksandr Kalenik
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-07
WebDriver: Remove active sessions from the close-the-session AO
Timothy Flynn
2023-03-07
WebDriver: Defer removing closed window handles until no longer needed
Timothy Flynn
2023-03-07
WebDriver: Do not ignore the result of closing a session
Timothy Flynn
2023-03-07
WebDriver: Keep WebDriver socket listening until session end
Aliaksandr Kalenik
2023-03-07
WebContent+WebDriver: Move window commands handling back to WebDriver
Aliaksandr Kalenik
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2022-12-15
WebDriver: Remove the WebContent socket file when closing the session
Timothy Flynn
2022-12-15
WebDriver: Specify callbacks for clients to launch browser windows
Timothy Flynn
2022-12-15
WebContent+WebDriver: Move WebDriver socket to the standard runtime path
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-24
LibWeb+WebDriver: Support running headless WebDriver sessions
Timothy Flynn
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-14
WebContent+WebDriver: Move Window commands to WebContent
Timothy Flynn
2022-11-13
WebDriver: Implement Close Window closer to the spec
Timothy Flynn
2022-11-11
WebContent+WebDriver: Move Get/Set Timeouts to WebContent
Timothy Flynn
2022-11-11
LibWeb+WebDriver: Move the timeouts configuration object to LibWeb
Timothy Flynn
2022-11-11
Browser+WebDriver: Remove the connection between Browser and WebDriver
Timothy Flynn
2022-11-11
Browser+WebDriver: Add missing header includes
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get Title to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Back, Forward, Refresh to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Delete All Cookies to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Delete Cookie to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Add Cookie to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get Named Cookie to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get All Cookies to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Execute Async Script to WebContent
Timothy Flynn
2022-11-11
WebContent+WebDriver: Move Execute Script to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Get Page Source to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContent
Timothy Flynn
2022-11-11
Browser+WebContent+WebDriver: Move Take Screenshot to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Is Element Enabled to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Rect to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Tag Name to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Text to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Property to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Get Element Attribute to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Is Element Selected to WebContent
Timothy Flynn
2022-11-10
Browser+WebContent+WebDriver: Move Find Elements From Element to WC
Timothy Flynn
2022-11-10
WebContent+WebDriver: Move Find Element From Element to WebContent
Timothy Flynn
2022-11-10
WebContent+WebDriver: Move Find Elements to WebContent
Timothy Flynn
[next]