UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

10 lines 461 B
export declare function scrollNow(selector: string, contextSelector?: string): Promise<boolean>; /** * Waits for the given element to be scrolled to. * The wait is required as we're using smooth scrolling. * * @param {String} selector * @param {Number} timeoutMs Timeout for waiting, in milliseconds */ export declare function scrollIntoView(selector: string, contextSelector?: string): Promise<void>; //# sourceMappingURL=scrollIntoView.d.ts.map