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

Method set_script_executor_handle

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

Source from the content-addressed store, hash-verified

96
97 HWND script_executor_handle(void) const { return this->script_executor_handle_; }
98 void set_script_executor_handle(HWND value) { this->script_executor_handle_ = value; }
99
100 bool is_closing(void) const { return this->is_closing_; }
101 bool is_awaiting_new_process(void) const { return this->is_awaiting_new_process_; }

Callers 3

OnScriptWaitMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected