14 lines
406 B
Markdown
14 lines
406 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [FrameAddScriptTagOptions](./puppeteer.frameaddscripttagoptions.md) > [url](./puppeteer.frameaddscripttagoptions.url.md)
|
||
|
|
||
|
## FrameAddScriptTagOptions.url property
|
||
|
|
||
|
the URL of the script to be added.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
url?: string;
|
||
|
```
|