Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.45
ConvertResultToJsonValue
Method · 0.45
WalkArray
Method · 0.45
WalkObject
Method · 0.45
IsDisplayed
Method · 0.45
IsEnabled
Method · 0.45
IsInteractable
Method · 0.45
HasShadowRoot
Method · 0.45
IsEditable
Method · 0.45
GetAttributeValue
Method · 0.45
GetCssPropertyValue
Method · 0.45
IsHiddenByOverflow
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_concurrent_event_handler_registration
Function · 0.36
test_concurrent_event_handler_removal
Function · 0.36