Closed Bug 1656314 Opened 4 years ago Closed 1 year ago

entryAdded 'text' parameter should be a string

Categories

(Remote Protocol :: CDP, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: impossibus, Unassigned)

References

Details

We currently emit, for example,

 {"method":"Log.entryAdded","params":{"entry":{"source":"javascript","level":"verbose","text":["some message"],"url":"...","lineNumber":1,"timestamp":1596131013412}}}

but it should be "text": "some message"

Severity: -- → S3
Priority: -- → P3
Component: CDP: Log → CDP

We have fully implemented the logging events via WebDriver BiDi, so this is nothing that we want to fix.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.