UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

6 lines 201 B
/** * Delete a cookie * @param {String} name The name of the cookie to delete */ export declare function deleteCookie(name: string): Promise<void>; //# sourceMappingURL=deleteCookie.d.ts.map