puppeteer/new-docs/puppeteer.frameaddstyletagoptions.md

22 lines
764 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)
## FrameAddStyleTagOptions interface
<b>Signature:</b>
```typescript
export interface FrameAddStyleTagOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [content](./puppeteer.frameaddstyletagoptions.content.md) | string | Raw CSS content to be injected into the frame. |
| [path](./puppeteer.frameaddstyletagoptions.path.md) | string | The path to a CSS file to be injected into the frame. |
| [url](./puppeteer.frameaddstyletagoptions.url.md) | string | the URL of the CSS file to be added. |