mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 16:37:34 +00:00
LibWeb: Fix typo in WebDriver section comment
This commit is contained in:
parent
0e94904034
commit
159dcb9507
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
Add a link
Reference in a new issue