💬 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
This commit is contained in:
Adam Ladachowski
2026-02-11 12:18:06 +01:00
parent f7df5d8f54
commit f5df8c67f3
14 changed files with 1790 additions and 48 deletions
+16 -16
View File
@@ -2,7 +2,7 @@
## Phase 1: Core Debugging (Console & Errors)
- [x] Step 1.1: Add Console Command
- [ ] Step 1.2: Add Page Errors Command
- [x] Step 1.2: Add Page Errors Command
## Phase 2: Network Monitoring
- [x] Step 2.1: Add Network Logging
@@ -10,30 +10,30 @@
- [x] Step 2.3: Add Request Interception
## Phase 3: Performance & Metrics
- [ ] Step 3.1: Add Performance Metrics
- [ ] Step 3.2: Add Resource Timing
- [x] Step 3.1: Add Performance Metrics
- [x] Step 3.2: Add Resource Timing
## Phase 4: Accessibility
- [ ] Step 4.1: Add Accessibility Snapshot
- [x] Step 4.1: Add Accessibility Snapshot
## Phase 5: Dialog Handling
- [ ] Step 5.1: Add Dialog Command
- [x] Step 5.1: Add Dialog Command
## Phase 6: Storage & Cookies
- [ ] Step 6.1: Add Cookies Command
- [ ] Step 6.2: Add Storage Command
- [x] Step 6.1: Add Cookies Command
- [x] 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
- [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
- [ ] Step 8.1: Add Viewport Command
- [ ] Step 8.2: Add Emulate Command
- [x] Step 8.1: Add Viewport Command
- [x] Step 8.2: Add Emulate Command
## Phase 9: Documentation
- [ ] Step 9.1: Update README
- [ ] Step 9.2: Update CLAUDE.md
- [x] Step 9.1: Update README
- [x] Step 9.2: Update CLAUDE.md