+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "UrlSelector"
keywords = ["grafana","documentation","sdk","@grafana/e2e-selectors"]
type = "docs"
+++
## UrlSelector interface
Signature
```typescript
export interface UrlSelector extends Selectors
```
Import
```typescript
import { UrlSelector } from '@grafana/e2e-selectors';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [url](#url-property) | string | FunctionSelector
| |
### url property
Signature
```typescript
url: string | FunctionSelector;
```