UNPKG

@luminati-io/webdriverio8

Version:

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

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