@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
10 lines • 574 B
TypeScript
/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/selectOption.js */
/**
* Select an option of a select element
* @param {String} selectionType Type of method to select by (name, value or
* text)
* @param {String} selectionValue Value to select by
* @param {String} selector Element selector
*/
export declare function selectOption(selectionType: "name" | "value" | "text", selectionValue: string, selector: string): Promise<void>;
//# sourceMappingURL=selectOption.d.ts.map