Kind: Interface
Source: atloria-monorepo/apps/screenshot-worker/src/app/playwright/playwright.service.ts
Properties
| Property | Type |
|---|---|
url | string |
browserType | BrowserType |
viewport | `{ |
width: number; height: number;
}| |fullPage|boolean| |waitForSelector|string| |waitForTimeout|number| |authentication|{
username: string;
password: string;
}` |
Was this page helpful?