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

Method set_is_closing

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

Source from the content-addressed store, hash-verified

115 HWND executor_handle(void) const { return this->executor_handle_; }
116
117 void set_is_closing(const bool value) { this->is_closing_ = value; }
118 void set_is_awaiting_new_process(const bool value) {
119 this->is_awaiting_new_process_ = value;
120 }

Callers 2

CloseMethod · 0.80
CloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected