# UrlGroup

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts#L147)

Group of screenshots on the same URL (for efficient capture)

## Properties

| Property | Type |
|---|---|
| `baseUrl` | `string` |
| `screenshotIds` | `string[]` |
| `requiresAuth` | `boolean` |
| `estimatedCaptureTime` | `number` |
| `priority` | `number` |
