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

Method set_wait_required

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

Source from the content-addressed store, hash-verified

90
91 bool wait_required(void) const { return this->wait_required_; }
92 void set_wait_required(const bool value) { this->wait_required_ = value; }
93
94 bool script_wait_required(void) const { return this->script_wait_required_; }
95 void set_script_wait_required(const bool value) { this->script_wait_required_ = value; }

Callers 11

NavigateToUrlMethod · 0.80
NavigateBackMethod · 0.80
NavigateForwardMethod · 0.80
RefreshMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80
OnWaitMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected