mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
WebDriver: Implement POST /session/{id}/window/fullscreen
endpoint
This commit is contained in:
parent
6805cf00ad
commit
1aa16b4dd4
12 changed files with 57 additions and 0 deletions
|
@ -255,6 +255,11 @@ Messages::WebContentClient::DidRequestMinimizeWindowResponse WebContentClient::d
|
|||
return m_view.notify_server_did_request_minimize_window();
|
||||
}
|
||||
|
||||
Messages::WebContentClient::DidRequestFullscreenWindowResponse WebContentClient::did_request_fullscreen_window()
|
||||
{
|
||||
return m_view.notify_server_did_request_fullscreen_window();
|
||||
}
|
||||
|
||||
void WebContentClient::did_request_file(String const& path, i32 request_id)
|
||||
{
|
||||
m_view.notify_server_did_request_file({}, path, request_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue