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

Method is_closing

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

Source from the content-addressed store, hash-verified

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_; }
102
103 std::string browser_id(void) const { return this->browser_id_; }

Callers 7

CloseMethod · 0.80
WaitMethod · 0.80
OnWaitMethod · 0.80
OnScriptWaitMethod · 0.80
DispatchCommandMethod · 0.80
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected