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