Open
Bug 1866749
Opened 1 year ago
Updated 3 months ago
Only send "log.entryAdded" events for console API calls that use the printer
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
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.
Reporter | ||
Comment 1•1 year ago
|
||
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]
Reporter | ||
Comment 2•11 months ago
|
||
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.
Description
•