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

Method constructor

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

Source from the content-addressed store, hash-verified

62 return 'no such element';
63 }
64 constructor (err) {
65 super(err || 'An element could not be located on the page using the given ' +
66 'search parameters.', NoSuchElementError.code(), NoSuchElementError.w3cStatus(),
67 NoSuchElementError.error());
68 }
69}
70
71class NoSuchFrameError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected