MCPcopy Create free account
hub / github.com/tebeka/selenium / Error

Method Error

remote.go:119–121  ·  view source on GitHub ↗

TODO(minusnine): Make Stacktrace more descriptive. Selenium emits a list of objects that enumerate various fields. This is not standard, though. Error implements the error interface.

()

Source from the content-addressed store, hash-verified

117
118// Error implements the error interface.
119func (e *Error) Error() string {
120 return fmt.Sprintf("%s: %s", e.Err, e.Message)
121}
122
123// execute performs an HTTP request and inspects the returned data for an error
124// encoded by the remote end in a JSON structure. If no error is present, the

Callers 5

TestFrameBufferFunction · 0.80
TestMainFunction · 0.80
testExtendedErrorMessageFunction · 0.80
StopMethod · 0.80
StopMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestFrameBufferFunction · 0.64
TestMainFunction · 0.64
testExtendedErrorMessageFunction · 0.64