@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 337 B
TypeScript
/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/setPromptText.js */
/**
* Set the text of the current prompt
* @param {String} modalText The text to set to the prompt
*/
export declare function setPromptText(modalText: string): Promise<void>;
//# sourceMappingURL=setPromptText.d.ts.map