UNPKG

@appium/base-driver

Version:

Base driver class for Appium drivers

9 lines 303 B
/** * Route handler that throws {@link errors.UnknownCommandError} for testing. */ export declare function produceError(): never; /** * Route handler that throws a generic Error for testing (e.g. crash scenarios). */ export declare function produceCrash(): never; //# sourceMappingURL=crash.d.ts.map