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

Method constructor

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

Source from the content-addressed store, hash-verified

218 return HTTPStatusCodes.BAD_REQUEST;
219 }
220 constructor (err) {
221 super(err || 'An attempt was made to select an element that cannot be selected.',
222 ElementIsNotSelectableError.code(), ElementIsNotSelectableError.w3cStatus(),
223 ElementIsNotSelectableError.error());
224 }
225}
226
227class ElementClickInterceptedError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected