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

Method script_executor_handle

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

Source from the content-addressed store, hash-verified

95 void set_script_wait_required(const bool value) { this->script_wait_required_ = value; }
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_; }

Callers 3

OnScriptWaitMethod · 0.80
DispatchCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected