Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/docs/playwright-web/Supported-Tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ Capture screenshots of the entire page or specific elements
- **`height`** *(number, optional, default: 600)*:
Screenshot height.

- **`storeBase64`** *(boolean, optional, default: false)*:
Store the screenshot as a base64 string.

- **`fullPage`** *(boolean, optional, default: false)*:
Capture a screenshot of the full page.

- **`savePng`** *(boolean, optional, default: false)*:
Save the screenshot as a PNG file.

- **`downloadsDir`** *(string, optional)*:
Directory to save the screenshot.
---

### Playwright_click
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ import YouTubeVideoEmbed from '@site/src/components/HomepageFeatures/YouTubeVide

# Release Notes

## Version 0.2.8
- Support of iFrame while running Playwright test via MCP (Supports Cline as well). Thanks to @VinceOPS
- Fixed issue while saving PNG file. Thanks to @BayLee4
- Fixed issue with full page screenshot arguments to be passed to tool, thanks for the report @unipro-LeighMason
- Updated to latest version of Playwright and MCP Server library


## Version 0.2.7
- Fixed the issue with Playwright MCP server not working Cline, VSCode reported in #26, #16
- Fixed issue #28 and now chrome version is updated
Expand Down
Loading
Loading