WebContent: Add IPC call to set window handle from WebContent client

This commit is contained in:
Aliaksandr Kalenik 2023-03-16 17:36:36 +03:00 committed by Tim Flynn
commit 6d91d2fa50
Notes: sideshowbarker 2024-07-17 02:57:43 +09:00
4 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,7 @@
endpoint WebContentServer
{
get_window_handle() => (String handle)
set_window_handle(String handle) =|
connect_to_webdriver(DeprecatedString webdriver_ipc_path) =|