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:
parent
f287165823
commit
126fa7df14
5 changed files with 11 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue