1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:47:35 +00:00

WebContent+WebDriver: Get window handle from WebContent process

This change makes window handles on WebDriver process side be
consistent with handles returned by /window/new.
This commit is contained in:
Aliaksandr Kalenik 2023-03-13 17:45:34 +03:00 committed by Tim Flynn
parent f287165823
commit 126fa7df14
5 changed files with 11 additions and 5 deletions

View file

@ -64,7 +64,6 @@ private:
bool m_started { false };
unsigned m_id { 0 };
unsigned m_next_handle_id = 0;
HashMap<String, Window> m_windows;
String m_current_window_handle;