@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
11 lines • 566 B
TypeScript
/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/selectOptionByIndex.js */
/**
* Select a option from a select element by it's index
* @param {String} index The index of the option
* @param {String} obsolete The ordinal indicator of the index (unused)
* @param {String} selector Element selector
*
* @todo merge with selectOption
*/
export declare function selectOptionByIndex(index: string, _obsolete: string, selector: string): Promise<void>;
//# sourceMappingURL=selectOptionByIndex.d.ts.map