Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ GetDescription
Method
GetDescription
cpp/iedriver/ScriptException.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
STDMETHODIMP ScriptException::GetDescription(BSTR* description) {
51
return this->message_.CopyTo(description);
52
}
53
54
STDMETHODIMP ScriptException::GetSource(BSTR* source) {
55
return this->source_.CopyTo(source);
Callers
1
Execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected