@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 329 B
TypeScript
/**
* Check the selected state of the given element
* @param {String} selector Element selector
* @param {String} falseCase Whether to check if the element is elected or not
*/
export declare function checkSelected(selector: string, falseCase: string): Promise<void>;
//# sourceMappingURL=checkSelected.d.ts.map