### Result
- [Screenshot of viewport](.playwright-cli/page-2026-06-23T10-37-24-873Z.png)
### Ran Playwright code
```js
// Screenshot viewport and save it as .playwright-cli/page-2026-06-23T10-37-24-873Z.png
await page.screenshot({
  path: '.playwright-cli/page-2026-06-23T10-37-24-873Z.png',
  scale: 'css',
  type: 'png'
});
```
