UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

7 lines 303 B
/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/scroll.js */ /** * Scroll the page to the given element * @param {String} selector Element selector */ export declare function scroll(selector: string): Promise<void>; //# sourceMappingURL=scroll.d.ts.map