mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:47:44 +00:00
WebContent: Add IPC call to get window handle from WebContent client
This commit is contained in:
parent
d87a207ca9
commit
48e0789a17
3 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,11 @@ Web::Page const& ConnectionFromClient::page() const
|
|||
return m_page_host->page();
|
||||
}
|
||||
|
||||
Messages::WebContentServer::GetWindowHandleResponse ConnectionFromClient::get_window_handle()
|
||||
{
|
||||
return m_page_host->page().top_level_browsing_context().window_handle();
|
||||
}
|
||||
|
||||
void ConnectionFromClient::connect_to_webdriver(DeprecatedString const& webdriver_ipc_path)
|
||||
{
|
||||
// FIXME: Propagate this error back to the browser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue