puppeteer/new-docs/puppeteer.frameaddstyletagoptions.content.md

14 lines
430 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; [FrameAddStyleTagOptions](./puppeteer.frameaddstyletagoptions.md) &gt; [content](./puppeteer.frameaddstyletagoptions.content.md)
## FrameAddStyleTagOptions.content property
Raw CSS content to be injected into the frame.
<b>Signature:</b>
```typescript
content?: string;
```