eccc03ee7a
📁 Files changed: 13 📝 Lines changed: 1401 • .gitignore • CLAUDE.md • PLAN.md • README.md • TODO.md • package-lock.json • package.json • browser.ts • cli.ts • index.ts • server.ts • types.ts • tsconfig.json
37 lines
1008 B
Markdown
37 lines
1008 B
Markdown
# TODO: Web Debugging Commands
|
|
|
|
## Phase 1: Storage & Session Commands
|
|
- [ ] Step 1.1: Add Cookies Command
|
|
- [ ] Step 1.2: Add Storage Command
|
|
|
|
## Phase 2: Console & Debugging Commands
|
|
- [ ] Step 2.1: Add Console Command
|
|
- [ ] Step 2.2: Add Metrics Command
|
|
|
|
## Phase 3: Interaction Commands
|
|
- [ ] Step 3.1: Add Scroll Command
|
|
- [ ] Step 3.2: Add Hover Command
|
|
- [ ] Step 3.3: Add Select Command
|
|
- [ ] Step 3.4: Add Keys Command
|
|
|
|
## Phase 4: Network Commands
|
|
- [ ] Step 4.1: Add Network Logging
|
|
- [ ] Step 4.2: Add Block Command
|
|
- [ ] Step 4.3: Add Throttle Command
|
|
|
|
## Phase 5: Output Commands
|
|
- [ ] Step 5.1: Add PDF Command
|
|
- [ ] Step 5.2: Add Accessibility Command
|
|
|
|
## Phase 6: Advanced Commands
|
|
- [ ] Step 6.1: Add Viewport Command
|
|
- [ ] Step 6.2: Add Emulate Command
|
|
- [ ] Step 6.3: Add Frames Command
|
|
- [ ] Step 6.4: Add Dialog Command
|
|
- [ ] Step 6.5: Add Upload Command
|
|
|
|
## Phase 7: Documentation & Polish
|
|
- [ ] Step 7.1: Update README
|
|
- [ ] Step 7.2: Update CLAUDE.md
|
|
- [ ] Step 7.3: Update CLI Help
|