Update class-browsercontext.md

Signed-off-by: Pavel Feldman <pavel.feldman@gmail.com>
This commit is contained in:
Pavel Feldman 2024-03-02 07:25:04 -08:00 committed by GitHub
parent c3f0319942
commit cb02d5ba12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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**