UNPKG

webdriverio

Version:

Next-gen browser and mobile automation test framework for Node.js

6 lines 255 B
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