From cb02d5ba126479dddb3ecbe32e8ead024ca5dd6b Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Sat, 2 Mar 2024 07:25:04 -0800 Subject: [PATCH] Update class-browsercontext.md Signed-off-by: Pavel Feldman --- docs/src/api/class-browsercontext.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/api/class-browsercontext.md b/docs/src/api/class-browsercontext.md index 8cb2cb7652..c47a1892cb 100644 --- a/docs/src/api/class-browsercontext.md +++ b/docs/src/api/class-browsercontext.md @@ -1013,8 +1013,7 @@ Returns all open pages in the context. ## async method: BrowserContext.removeCookies * since: v1.43 -Removes cookies from context. -The method will throw an error if either name, domain or path has not been passed. +Removes cookies from context. At least one of the removal criteria should be provided. **Usage**