MCPcopy 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
50STDMETHODIMP ScriptException::GetDescription(BSTR* description) {
51 return this->message_.CopyTo(description);
52}
53
54STDMETHODIMP ScriptException::GetSource(BSTR* source) {
55 return this->source_.CopyTo(source);

Callers 1

ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected