MCPcopy
hub / github.com/appium/appium / constructor

Method constructor

lib/protocol/errors.js:48–51  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

46 return 'invalid session id';
47 }
48 constructor (err) {
49 super(err || 'A session is either terminated or not started', NoSuchDriverError.code(),
50 NoSuchDriverError.w3cStatus(), NoSuchDriverError.error());
51 }
52}
53
54class NoSuchElementError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected