# ScreenshotOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/playwright/playwright.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/playwright/playwright.service.ts#L6)

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `browserType` | `BrowserType` |
| `viewport` | `{
    width: number;
    height: number;
  }` |
| `fullPage` | `boolean` |
| `waitForSelector` | `string` |
| `waitForTimeout` | `number` |
| `authentication` | `{
    username: string;
    password: string;
  }` |
