mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new window
This commit is contained in:
parent
7061322606
commit
f287165823
7 changed files with 53 additions and 0 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
// 11. Contexts, https://w3c.github.io/webdriver/#contexts
|
||||
virtual Response get_window_handle(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response close_window(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response new_window(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response switch_to_window(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response get_window_handles(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response get_window_rect(Parameters parameters, JsonValue payload) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue