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
/
Libraries
/
LibWeb
/
WebDriver
Age
Commit message (
Expand
)
Author
2023-02-02
LibWeb: Restore handling of the serenity:ladybird/headless capability
Timothy Flynn
2023-01-27
WebDriver+LibWeb: Rename "click" to "element_click"
Sam Atkins
2023-01-26
LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-16
WebDriver: Add computedrole endpoint
Jonah
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Array.h
Ben Wiederhake
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-25
WebDriver: Implement stub for .../element/{element id}/click
Baitinq
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-04
WebContent+WebDriver: Implement `POST /session/{id}/window` endpoint
Victor Song
2022-11-27
WebDriver: Implement stub for /session/{id}/print
Baitinq
2022-11-24
LibWeb+WebDriver: Support running headless WebDriver sessions
Timothy Flynn
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-18
LibWeb: Implement most of WebDriver capability matching
Timothy Flynn
2022-11-18
LibWeb+WebDriver: Begin processing and matching WebDriver capabilities
Timothy Flynn
2022-11-18
LibWeb: Do not reject valid WebDriver script timeouts
Timothy Flynn
2022-11-16
LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text
Timothy Flynn
2022-11-16
LibWeb+WebContent+WebDriver: Implement Get Alert Text
Timothy Flynn
2022-11-16
LibWeb+WebContent+WebDriver: Implement Accept Alert
Timothy Flynn
2022-11-16
LibWeb+WebContent+WebDriver: Implement Dismiss Alert
Timothy Flynn
2022-11-16
LibWeb: Fix typo in WebDriver section comment
Timothy Flynn
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Find Elements From Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Find Element From Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Get Element Shadow Root
Timothy Flynn
2022-11-15
LibWeb+WebContent+WebDriver: Implement Get Active Element
Timothy Flynn
2022-11-14
LibWeb: Define the route for the Fullscreen Window command
Timothy Flynn
2022-11-13
LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWeb
Timothy Flynn
2022-11-13
LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriver
Timothy Flynn
2022-11-11
LibWeb+WebDriver: Move the timeouts configuration object to LibWeb
Timothy Flynn
2022-11-11
LibWeb: Implement screenshot painting inside Web::WebDriver
Timothy Flynn
2022-11-10
LibWeb: Implement the element location strategies in Web::WebDriver
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-02
LibWeb+WebContent: Add WebDriver infrastructure for executing scripts
Linus Groh