UNPKG

@testplane/webdriverio

Version:

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

3 lines (2 loc) 163 B
import type { ThrottleOptions } from '../../types.js'; export declare function throttleNetwork(this: WebdriverIO.Browser, params: ThrottleOptions): Promise<null>;