2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2020-06-29 08:53:28 +00:00
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [CoverageEntry](./puppeteer.coverageentry.md) > [url](./puppeteer.coverageentry.url.md)
|
2020-06-04 14:56:45 +00:00
|
|
|
|
2020-06-29 08:53:28 +00:00
|
|
|
## CoverageEntry.url property
|
|
|
|
|
|
|
|
The URL of the style sheet or script.
|
2020-06-04 14:56:45 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-06-29 08:53:28 +00:00
|
|
|
url: string;
|
2020-06-04 14:56:45 +00:00
|
|
|
```
|