MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / set_window_handle

Method set_window_handle

cpp/iedriver/DocumentHost.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 HWND FindContentWindowHandle(HWND top_level_window_handle);
110
111 void set_window_handle(const HWND window_handle) {
112 this->window_handle_ = window_handle;
113 }
114
115 HWND executor_handle(void) const { return this->executor_handle_; }
116

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected