Open Bug 1866749 Opened 7 months ago Updated 2 months ago

Only send "log.entryAdded" events for console API calls that use the printer

Categories

(Remote Protocol :: WebDriver BiDi, task, P3)

task

Tracking

(Not tracked)

People

(Reporter: whimboo, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [webdriver:backlog])

As discussed on https://github.com/w3c/webdriver-bidi/issues/393 the log.entryAdded event should only be emitted for console API calls that actually use the printer. Otherwise they are omitted.

A test is added via the next wptsync bug 1866709.

I'll have a look and check which APIs are affected. We can have a black list of methods when we do not want to send a log.entryAdded event. We should check the following:

  • When time() is called twice it prints an error
  • groupEnd() doesn't print but with devtools ui we might want to have this
Flags: needinfo?(hskupin)
Priority: -- → P3
Whiteboard: [webdriver:backlog]

Given that this is a P3 bug lets investigate when we actually start working on it.

Flags: needinfo?(hskupin)
You need to log in before you can comment on or make changes to this bug.