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

Method constructor

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

Source from the content-addressed store, hash-verified

235 return HTTPStatusCodes.BAD_REQUEST;
236 }
237 constructor (err) {
238 super(err || 'The Element Click command could not be completed because the element receiving ' +
239 'the events is obscuring the element that was requested clicked',
240 ElementClickInterceptedError.code(), ElementClickInterceptedError.w3cStatus(),
241 ElementClickInterceptedError.error());
242 }
243}
244
245class ElementNotInteractableError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected