---
title: url
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextension/tabconfiguration/url
---

# url

Indicates the initial URL for the tab.

## Declaration

```swift
var url: URL? { get }
```

## Discussion

Discussion If this property is nil, the app’s default start page should appear in the tab.
