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.
()
| 117 | |
| 118 | // Error implements the error interface. |
| 119 | func (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 |
no outgoing calls