MCPcopy Create free account
hub / github.com/appium/appium /

Class

packages/base-driver/lib/protocol/errors.ts:433–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433export class JavaScriptError extends ProtocolError {
434 constructor(message: string = '', cause?: Error) {
435 super(
436 message || 'An error occurred while executing user supplied JavaScript.',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected