puppeteer/new-docs/puppeteer.protocol.network.deletecookiesrequest.path.md
2020-07-13 14:01:35 +01:00

14 lines
555 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Network](./puppeteer.protocol.network.md) &gt; [DeleteCookiesRequest](./puppeteer.protocol.network.deletecookiesrequest.md) &gt; [path](./puppeteer.protocol.network.deletecookiesrequest.path.md)
## Protocol.Network.DeleteCookiesRequest.path property
If specified, deletes only cookies with the exact path.
<b>Signature:</b>
```typescript
path?: string;
```