mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Fix typo in WebDriver section comment
This commit is contained in:
committed by
Linus Groh
parent
0e94904034
commit
159dcb9507
Notes:
sideshowbarker
2024-07-17 10:16:43 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/159dcb9507 Pull-request: https://github.com/SerenityOS/serenity/pull/16091 Reviewed-by: https://github.com/linusg
@@ -74,7 +74,7 @@ public:
|
||||
virtual Response get_element_rect(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response is_element_enabled(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
// 13. https://w3c.github.io/webdriver/#document, https://w3c.github.io/webdriver/#get-page-source
|
||||
// 13. Document, https://w3c.github.io/webdriver/#document
|
||||
virtual Response get_source(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response execute_script(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response execute_async_script(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
Reference in New Issue
Block a user