UNPKG

webdriverio

Version:

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

3 lines 252 B
import type { CustomScrollIntoViewOptions } from '../../types.js'; export declare function scrollIntoView(this: WebdriverIO.Element, options?: CustomScrollIntoViewOptions | boolean): Promise<void | unknown>; //# sourceMappingURL=scrollIntoView.d.ts.map