LibWeb: Fix typo in WebDriver section comment
This commit is contained in:
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue