mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 07:22:22 +00:00
WebContent: Add IPC call to set window handle from WebContent client
This commit is contained in:
parent
48e0789a17
commit
6d91d2fa50
Notes:
sideshowbarker
2024-07-17 02:57:43 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 6d91d2fa50
Pull-request: https://github.com/SerenityOS/serenity/pull/17855
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89 ✅
4 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
endpoint WebContentServer
|
||||
{
|
||||
get_window_handle() => (String handle)
|
||||
set_window_handle(String handle) =|
|
||||
|
||||
connect_to_webdriver(DeprecatedString webdriver_ipc_path) =|
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue