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