@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 336 B
TypeScript
/**
* Check if the given element exists
* @param {String} isExisting Whether the element should be existing or not (an or no)
* @param {String} selector Element selector
*/
export declare function checkElementExists(isExisting: string, selector: string): Promise<void>;
//# sourceMappingURL=checkElementExists.d.ts.map