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

Class

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

Source from the content-addressed store, hash-verified

655export class NoSuchAlertError extends NoAlertOpenError {}
656
657export class ScriptTimeoutError extends ProtocolError {
658 constructor(message: string = '', cause?: Error) {
659 super(
660 message || 'A script did not complete before its timeout expired.',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected