Module command

Module command 

Source
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

ModuleCommands
browsingContextNavigation, tabs, frames
elementFind, properties, methods
scriptJavaScript execution
inputKeyboard and mouse
networkInterception, blocking
proxyProxy configuration
storageCookies
sessionStatus, subscriptions

Structs§

Cookie
Browser cookie with standard properties.

Enums§

BrowsingContextCommand
BrowsingContext module commands for navigation and tab management.
Command
All protocol commands organized by module.
ElementCommand
Element module commands for DOM interaction.
InputCommand
Input module commands for keyboard and mouse simulation.
NetworkCommand
Network module commands for request interception.
ProxyCommand
Proxy module commands for proxy configuration.
ScriptCommand
Script module commands for JavaScript execution.
SessionCommand
Session module commands for connection management.
StorageCommand
Storage module commands for cookie management.