Expand description
Command definitions organized by module. Command definitions organized by module.
Commands follow module.methodName format per ARCHITECTURE.md Section 2.2.
§Command Modules
| Module | Commands |
|---|---|
browsingContext | Navigation, tabs, frames |
element | Find, properties, methods |
script | JavaScript execution |
input | Keyboard and mouse |
network | Interception, blocking |
proxy | Proxy configuration |
storage | Cookies |
session | Status, subscriptions |
Structs§
- Cookie
- Browser cookie with standard properties.
Enums§
- Browsing
Context Command - BrowsingContext module commands for navigation and tab management.
- Command
- All protocol commands organized by module.
- Element
Command - Element module commands for DOM interaction.
- Input
Command - Input module commands for keyboard and mouse simulation.
- Network
Command - Network module commands for request interception.
- Proxy
Command - Proxy module commands for proxy configuration.
- Script
Command - Script module commands for JavaScript execution.
- Session
Command - Session module commands for connection management.
- Storage
Command - Storage module commands for cookie management.