@wdio/repl
Version:
A WDIO helper utility to provide a repl interface for WebdriverIO
11 lines • 423 B
TypeScript
export declare const STATIC_RETURNS: {
[type: string]: string;
};
export declare const INTRO_MESSAGE = "\nThe execution has stopped!\nYou can now go into the browser or use the command line as REPL\n(To exit, press ^C again or type .exit)\n";
export declare const DEFAULT_CONFIG: {
commandTimeout: number;
prompt: string;
useGlobal: boolean;
useColor: boolean;
};
//# sourceMappingURL=constants.d.ts.map