Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + func Tab(w io.Writer, data ipc.TabData, opts OutputOptions) error + func TabError(w io.Writer, errorMsg string, sessions []ipc.PageSession, ...) error v0.0.1 Jan 31, 2026 Changes in this version + func ActionError(w io.Writer, msg string, opts OutputOptions) error + func ActionSuccess(w io.Writer) error + func ComputedStyles(w io.Writer, styles map[string]string) error + func ComputedStylesMulti(w io.Writer, elements []ipc.ElementWithStyles) error + func Console(w io.Writer, entries []ipc.ConsoleEntry, opts OutputOptions) error + func Cookies(w io.Writer, cookies []ipc.Cookie, opts OutputOptions) error + func EvalResult(w io.Writer, data ipc.EvalData) error + func FilePath(w io.Writer, path string) error + func FormatElementIdentifier(meta ipc.ElementMeta, index int) string + func InlineStyles(w io.Writer, elements []ipc.ElementWithStyles) error + func MatchedRules(w io.Writer, rules []ipc.CSSMatchedRule) error + func Network(w io.Writer, entries []ipc.NetworkEntry, opts OutputOptions) error + func PropertyValue(w io.Writer, value string) error + func SanitizeIdentifier(s string) string + func Status(w io.Writer, data ipc.StatusData, opts OutputOptions) error + func Target(w io.Writer, data ipc.TargetData, opts OutputOptions) error + func TargetError(w io.Writer, errorMsg string, sessions []ipc.PageSession, ...) error + type OutputOptions struct + UseColor bool + func DefaultOptions() OutputOptions + func NewOutputOptions(jsonOutput bool, noColorFlag bool) OutputOptions