chore: follow up to align the tsdoc
This commit is contained in:
parent
e83b4c25be
commit
04e1747038
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -8442,7 +8442,7 @@ export interface BrowserContext {
|
||||||
pages(): Array<Page>;
|
pages(): Array<Page>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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**
|
* **Usage**
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue