Open
Description
WebDriver wants a hook that's called for every console API call, so that it can emit a relevant message; see w3c/webdriver-bidi#73
The current spec draft defines the following patch:
## Console ## {#patches-console}
The [=Printer=] operation is modified with a single required step before the
implementation defined behaviour:
1. Call any <dfn>console Printer steps</dfn> defined in external specification
with arguments <var ignore>logLevel</var>, <var ignore>args</var> and,
<var ignore>options</var> if the <var ignore>options</var> object was
passed, or undefined otherwise.
Although this isn't quite right, since some operations don't go through the Printer
method (e.g. grouping operations).
Metadata
Metadata
Assignees
Labels
No labels