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

Method ResultIsInteger

cpp/iedriver/Script.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136bool Script::ResultIsInteger() {
137 LOG(TRACE) << "Entering Script::ResultIsInteger";
138 return VariantUtilities::VariantIsInteger(this->result_);
139}
140
141bool Script::ResultIsDouble() {
142 LOG(TRACE) << "Entering Script::ResultIsDouble";

Callers 2

GetCssPropertyValueMethod · 0.80

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected