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