Skip to content

Add integration hooks for WebDriver-BiDi #195

Open
@jgraham

Description

@jgraham

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions