browser-debugger-cli
Version:
DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port.
14 lines • 439 B
TypeScript
/**
* Form discovery command for semantic form inspection.
*
* Discovers forms on the page with semantic labels, current values,
* validation state, and suggested commands for agent consumption.
*/
import type { Command } from 'commander';
/**
* Register form discovery command.
*
* @param domCommand - DOM command group
*/
export declare function registerFormCommand(domCommand: Command): void;
//# sourceMappingURL=form.d.ts.map