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

Method ResultIsElement

cpp/iedriver/Script.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool Script::ResultIsElement() {
167 LOG(TRACE) << "Entering Script::ResultIsElement";
168 return VariantUtilities::VariantIsElement(this->result_);
169}
170
171bool Script::ResultIsArray() {
172 LOG(TRACE) << "Entering Script::ResultIsArray";

Callers 1

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected