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