Files
browse/TODO.md
T
Adam Ladachowski f5df8c67f3 💬 Commit message: Update 2026-02-11 12:18:05, 14 files, 1838 lines
📁 Files changed: 14
📝 Lines changed: 1838

  • CLAUDE.md
  • README.md
  • TODO.md
  • browser.d.ts
  • browser.d.ts.map
  • browser.js
  • browser.js.map
  • mcp.js
  • mcp.js.map
  • types.d.ts
  • types.d.ts.map
  • browser.ts
  • mcp.ts
  • types.ts
2026-02-11 12:18:06 +01:00

40 lines
1.0 KiB
Markdown

# TODO: Playwright Debugging Features
## Phase 1: Core Debugging (Console & Errors)
- [x] Step 1.1: Add Console Command
- [x] Step 1.2: Add Page Errors Command
## Phase 2: Network Monitoring
- [x] Step 2.1: Add Network Logging
- [x] Step 2.2: Add Failed Requests Filter
- [x] Step 2.3: Add Request Interception
## Phase 3: Performance & Metrics
- [x] Step 3.1: Add Performance Metrics
- [x] Step 3.2: Add Resource Timing
## Phase 4: Accessibility
- [x] Step 4.1: Add Accessibility Snapshot
## Phase 5: Dialog Handling
- [x] Step 5.1: Add Dialog Command
## Phase 6: Storage & Cookies
- [x] Step 6.1: Add Cookies Command
- [x] Step 6.2: Add Storage Command
## Phase 7: Advanced Interactions
- [x] Step 7.1: Add Hover Command
- [x] Step 7.2: Add Select Command
- [x] Step 7.3: Add Keys Command
- [x] Step 7.4: Add Upload Command
- [x] Step 7.5: Add Scroll Command
## Phase 8: Viewport & Emulation
- [x] Step 8.1: Add Viewport Command
- [x] Step 8.2: Add Emulate Command
## Phase 9: Documentation
- [x] Step 9.1: Update README
- [x] Step 9.2: Update CLAUDE.md