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

Method ResultIsString

cpp/iedriver/Script.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool Script::ResultIsString() {
132 LOG(TRACE) << "Entering Script::ResultIsString";
133 return VariantUtilities::VariantIsString(this->result_);
134}
135
136bool Script::ResultIsInteger() {
137 LOG(TRACE) << "Entering Script::ResultIsInteger";

Callers 3

GetCssPropertyValueMethod · 0.80
OnExecuteScriptMethod · 0.80
ExecuteAtomMethod · 0.80

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected