Replace browser.getCookies/browser.deleteCookies with browser.cookies.getAll/browser.cookies.deleteAll in Nightwatch.js testing

Created on 14 February 2025, about 2 months ago

Problem/Motivation

According to TypeScript type definition file in the Nightwatch.js, browser.getCookies() / browser.deleteCookies() are labeled deprecated in JSDoc and in favor of using browser.cookies.getAll() / browser.cookies.deleteAl().

Proposed resolution

Replace all of browser.getCookies() / browser.deleteCookies() with browser.cookies.getAll() / browser.cookies.deleteAl().

Remaining tasks

User interface changes

No.

API changes

No.

Data model changes

No.

Release notes snippet

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

javascript

Created by

πŸ‡―πŸ‡΅Japan tom konda Kanagawa, Japan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024