summaryrefslogtreecommitdiff
path: root/Userland/Services/WebDriver
AgeCommit message (Expand)Author
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-03-24WebDriver: Use Core::Process::spawn() to launch browsersMacDue
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-16LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new windowAliaksandr Kalenik
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-07WebContent+WebDriver: Ensure Get Window Handle checks for closed BCsTimothy Flynn
2023-03-07WebDriver: Do not throw an error when closing an inactive sessionTimothy Flynn
2023-03-07WebDriver: Remove active sessions from the close-the-session AOTimothy Flynn
2023-03-07WebDriver: Reference-count WebDriver Session objectsTimothy 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-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-05LibWeb+WebContent+WebDriver: Port WebDriver parameters to StringTimothy Flynn
2023-02-19WebDriver: Add computedlabel endpointJonah
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-27WebDriver+LibWeb: Rename "click" to "element_click"Sam Atkins
2023-01-27Services: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-16WebDriver: Add computedrole endpointJonah
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2022-12-25WebDriver: Implement stub for .../element/{element id}/clickBaitinq
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-12-04WebContent+WebDriver: Implement `POST /session/{id}/window` endpointVictor Song
2022-11-27WebDriver: Implement stub for /session/{id}/printBaitinq
2022-11-24LibWeb+WebDriver: Support running headless WebDriver sessionsTimothy Flynn
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-18WebContent+WebDriver: Send the parsed capabilities over to WebContentTimothy Flynn
2022-11-18LibWeb+WebDriver: Begin processing and matching WebDriver capabilitiesTimothy Flynn
2022-11-16LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Get Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Accept AlertTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Dismiss AlertTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Find Elements From Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Find Element From Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Get Element Shadow RootTimothy Flynn
2022-11-15LibWeb+WebContent+WebDriver: Implement Get Active ElementTimothy Flynn
2022-11-14WebContent+WebDriver: Move Window commands to WebContentTimothy Flynn
2022-11-14WebDriver: Remove "Services/" prefix from local WebDriver includesTimothy Flynn