6 lines
255 B
TypeScript
6 lines
255 B
TypeScript
|
|
import type { ThrottleOptions } from '../../types.js';
|
||
|
|
/**
|
||
|
|
* @deprecated use `browser.throttleNetwork` instead
|
||
|
|
*/
|
||
|
|
export declare function throttle(this: WebdriverIO.Browser, params: ThrottleOptions): Promise<void>;
|
||
|
|
//# sourceMappingURL=throttle.d.ts.map
|