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

Method ResultIsDouble

cpp/iedriver/Script.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool Script::ResultIsDouble() {
142 LOG(TRACE) << "Entering Script::ResultIsDouble";
143 return VariantUtilities::VariantIsDouble(this->result_);
144}
145
146bool Script::ResultIsBoolean() {
147 LOG(TRACE) << "Entering Script::ResultIsBoolean";

Callers 1

GetCssPropertyValueMethod · 0.80

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected