summaryrefslogtreecommitdiff
path: root/Userland/Services/WebDriver/Session.cpp
AgeCommit message (Expand)Author
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-03-23WebDriver: Unlink server socket before binding to itAliaksandr Kalenik
2023-03-21WebDriver: Activate the browser tab during the Switch To Window commandTimothy Flynn
2023-03-19WebDriver: Fix handling of disconnected WebContent processAliaksandr Kalenik
2023-03-19WebDriver: Close all WebContent connections while destroying a sessionAliaksandr Kalenik
2023-03-19WebDriver: Inline `Sesssion::stop()` in session destructorAliaksandr Kalenik
2023-03-16WebContent+WebDriver: Get window handle from WebContent processAliaksandr Kalenik
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-07WebDriver: Remove active sessions from the close-the-session AOTimothy Flynn
2023-03-07WebDriver: Defer removing closed window handles until no longer neededTimothy Flynn
2023-03-07WebDriver: Do not ignore the result of closing a sessionTimothy Flynn
2023-03-07WebDriver: Keep WebDriver socket listening until session endAliaksandr Kalenik
2023-03-07WebContent+WebDriver: Move window commands handling back to WebDriverAliaksandr Kalenik
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2022-12-15WebDriver: Remove the WebContent socket file when closing the sessionTimothy Flynn
2022-12-15WebDriver: Specify callbacks for clients to launch browser windowsTimothy Flynn
2022-12-15WebContent+WebDriver: Move WebDriver socket to the standard runtime pathTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-24LibWeb+WebDriver: Support running headless WebDriver sessionsTimothy Flynn
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-14WebContent+WebDriver: Move Window commands to WebContentTimothy Flynn
2022-11-13WebDriver: Implement Close Window closer to the specTimothy Flynn
2022-11-11WebContent+WebDriver: Move Get/Set Timeouts to WebContentTimothy Flynn
2022-11-11LibWeb+WebDriver: Move the timeouts configuration object to LibWebTimothy Flynn
2022-11-11Browser+WebDriver: Remove the connection between Browser and WebDriverTimothy Flynn
2022-11-11Browser+WebDriver: Add missing header includesTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Title to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Back, Forward, Refresh to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete All Cookies to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Delete Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Add Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Named Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get All Cookies to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11WebContent+WebDriver: Move Execute Script to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Screenshot to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Enabled to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Rect to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Tag Name to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Text to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Property to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Attribute to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Selected to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Find Elements From Element to WCTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Element From Element to WebContentTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Elements to WebContentTimothy Flynn