playwright-mcp/src/tools
Ryan Malloy e846cd509c feat: add video recording tools for browser sessions
Add three new MCP tools for recording browser automation:
- browser_start_recording: Enable video recording with configurable size/filename
- browser_stop_recording: Stop recording and return video file paths
- browser_recording_status: Check recording status and configuration

Key features:
- Automatic video saving when pages/contexts close
- Configurable video size and output directory
- Enhanced LLM guidance with clear workflow instructions
- Integration with existing browser context management

Videos are saved as .webm files in {outputDir}/videos/ directory.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-24 18:27:54 -06:00
..
common.ts chore: do not double close connection (#744) 2025-07-23 17:41:15 -07:00
console.ts chore: introduce response type (#738) 2025-07-22 16:36:21 -07:00
dialogs.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
evaluate.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
files.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
install.ts chore: introduce response type (#738) 2025-07-22 16:36:21 -07:00
keyboard.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
mouse.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
navigate.ts chore: save session log (#740) 2025-07-22 20:06:03 -07:00
network.ts chore: introduce response type (#738) 2025-07-22 16:36:21 -07:00
pdf.ts chore: introduce response type (#738) 2025-07-22 16:36:21 -07:00
screenshot.ts chore: introduce response type (#738) 2025-07-22 16:36:21 -07:00
snapshot.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
tabs.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00
tool.ts chore: extract loop tools into a separate folder (#755) 2025-07-24 16:22:03 -07:00
utils.ts chore: move state to tab, do not cache snapshot (#730) 2025-07-22 07:53:33 -07:00
video.ts feat: add video recording tools for browser sessions 2025-07-24 18:27:54 -06:00
wait.ts chore: follow up on tab snapshot capture (#739) 2025-07-22 17:43:42 -07:00