Initiate a Playwright code generation session to record browser actions and automatically generate test scripts, specifying output directory, test name prefix, and optional comments.
Enables users to navigate back in browser history using Playwright, simplifying testing and automation workflows. Ideal for verifying navigation functionality in web applications.
A Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without requiring screenshots or visually-tuned models.
Enables browser automation through Playwright using accessibility tree snapshots instead of screenshots. Supports web scraping, form interactions, testing, and connecting to existing browser sessions with logged-in accounts.
Retrieve details about a code generation session by providing its session ID. This tool helps users access specific session information for efficient debugging and analysis.
Run arbitrary JavaScript in the Playwright server to automate browser interactions. Warning: this tool executes code with full server access, equivalent to remote code execution.
Capture screenshots of web pages or specific elements using Playwright browser automation. Save images in PNG or JPEG format for documentation or analysis purposes.
Install required browsers for Playwright automation when encountering installation errors, enabling web interaction through structured accessibility snapshots.
Execute Playwright JavaScript code to automate browser interactions like clicking buttons, filling forms, and extracting page data for web testing and automation tasks.