<!-- 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; [url](./puppeteer.frameaddstyletagoptions.url.md)

## FrameAddStyleTagOptions.url property

the URL of the CSS file to be added.

<b>Signature:</b>

```typescript
url?: string;
```