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

14 lines
404 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; [url](./puppeteer.frameaddstyletagoptions.url.md)
## FrameAddStyleTagOptions.url property
the URL of the CSS file to be added.
<b>Signature:</b>
```typescript
url?: string;
```