mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
WebContent: Fix typo in find_element_from_shadow_root() spec text
This typo was recently fixed in the WebDriver spec.
This commit is contained in:
parent
7278a17e87
commit
9c28fe42e8
Notes:
github-actions[bot]
2025-06-20 07:28:30 +00:00
Author: https://github.com/tcl3
Commit: 9c28fe42e8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5151
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -1143,7 +1143,7 @@ Messages::WebDriverClient::FindElementFromShadowRootResponse WebDriverConnection
|
|||
// 4. If selector is undefined, return error with error code invalid argument.
|
||||
auto selector = TRY(Web::WebDriver::get_property(payload, "value"sv));
|
||||
|
||||
// 5. If the ssession's current browsing context is no longer open, return error with error code no such window.
|
||||
// 5. If the session's current browsing context is no longer open, return error with error code no such window.
|
||||
TRY(ensure_current_browsing_context_is_open());
|
||||
|
||||
// 6. Handle any user prompts and return its value if it is an error.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue