puppeteer/docs/api/puppeteer.frameaddscripttagoptions.url.md

13 lines
226 B
Markdown
Raw Normal View History

---
sidebar_label: FrameAddScriptTagOptions.url
---
# FrameAddScriptTagOptions.url property
the URL of the script to be added.
**Signature:**
```typescript
interface FrameAddScriptTagOptions {url?: string;}
```