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

Method result

cpp/iedriver/Script.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 std::wstring source_code() const { return this->source_code_; }
64 VARIANT result() { return this->result_; }
65 void set_result(VARIANT value) {
66 this->result_.Copy(&value);
67 }

Callers 15

renderMethod · 0.45
WalkArrayMethod · 0.45
WalkObjectMethod · 0.45
IsDisplayedMethod · 0.45
IsEnabledMethod · 0.45
IsInteractableMethod · 0.45
HasShadowRootMethod · 0.45
IsEditableMethod · 0.45
GetAttributeValueMethod · 0.45
GetCssPropertyValueMethod · 0.45
IsHiddenByOverflowMethod · 0.45

Calls

no outgoing calls