UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

6 lines 186 B
/** * Perform a key press * @param {String} key The key to press */ export declare function pressButton(key: string): Promise<void>; //# sourceMappingURL=pressButton.d.ts.map