UNPKG

appium-safari-driver

Version:
12 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deleteCookies = deleteCookies; /** * Delete all cookies visible to the current page. * * @returns Promise that resolves when cookies are deleted */ async function deleteCookies() { return await this.safari.proxy.command('/cookie', 'DELETE'); } //# sourceMappingURL=cookies.js.map