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

Method constructor

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

Source from the content-addressed store, hash-verified

201 return 'unsupported operation';
202 }
203 constructor (err) {
204 super(err || 'A server-side error occurred. Command cannot be supported.',
205 UnsupportedOperationError.code(), UnsupportedOperationError.w3cStatus(),
206 UnsupportedOperationError.error());
207 }
208}
209
210class ElementIsNotSelectableError extends ProtocolError {

Callers

nothing calls this directly

Calls 3

codeMethod · 0.45
w3cStatusMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected