13 lines
646 B
TypeScript
13 lines
646 B
TypeScript
|
|
export declare const IMPLICIT_WAIT_EXCLUSION_LIST: string[];
|
||
|
|
/**
|
||
|
|
* This method is an command wrapper for elements that checks if a command is called
|
||
|
|
* that wasn't found on the page and automatically waits for it
|
||
|
|
*
|
||
|
|
* @param {Function} fn command shim
|
||
|
|
*/
|
||
|
|
export declare const elementErrorHandler: (fn: Function) => (commandName: string, commandFn: Function) => (this: WebdriverIO.Element, ...args: unknown[]) => any;
|
||
|
|
/**
|
||
|
|
* handle single command calls from multiremote instances
|
||
|
|
*/
|
||
|
|
export declare const multiremoteHandler: (wrapCommand: Function) => (commandName: keyof WebdriverIO.Browser) => any;
|
||
|
|
//# sourceMappingURL=middlewares.d.ts.map
|