puppeteer/new-docs/puppeteer.protocol.network.cookieparam.domain.md

14 lines
486 B
Markdown
Raw Normal View History

<!-- 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; [CookieParam](./puppeteer.protocol.network.cookieparam.md) &gt; [domain](./puppeteer.protocol.network.cookieparam.domain.md)
## Protocol.Network.CookieParam.domain property
Cookie domain.
<b>Signature:</b>
```typescript
domain?: string;
```