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

Method ResultIsBoolean

cpp/iedriver/Script.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool Script::ResultIsBoolean() {
147 LOG(TRACE) << "Entering Script::ResultIsBoolean";
148 return VariantUtilities::VariantIsBoolean(this->result_);
149}
150
151bool Script::ResultIsEmpty() {
152 LOG(TRACE) << "Entering Script::ResultIsEmpty";

Callers 3

HasShadowRootMethod · 0.80
GetCssPropertyValueMethod · 0.80
IsSelectedMethod · 0.80

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected