puppeteer/docs/api/puppeteer.frameaddstyletagoptions.content.md

13 lines
247 B
Markdown
Raw Normal View History

---
sidebar_label: FrameAddStyleTagOptions.content
---
# FrameAddStyleTagOptions.content property
Raw CSS content to be injected into the frame.
**Signature:**
```typescript
interface FrameAddStyleTagOptions {content?: string;}
```