Closed
Bug 1809712
Opened 2 years ago
Closed 2 years ago
/json/version reports incorrect Protocol-Version
Categories
(Remote Protocol :: CDP, defect)
Tracking
(firefox110 fixed)
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: canadahonk, Assigned: canadahonk)
Details
Attachments
(1 file)
Steps to reproduce:
When using CDP with --remote-debugging-port, request /json/version.
Actual results:
Protocol-Version is 1.0
Expected results:
Protocol-Version should be 1.3
Assignee | ||
Comment 1•2 years ago
|
||
Protocol-Version
The HTTP endpoint /json/version reports Protocol-Version as 1.0, when it
should be 1.3 (as Browser.getVersion correctly reports already). Also
updates test which validates endpoint.
Updated•2 years ago
|
Assignee: nobody → oj
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•2 years ago
|
Attachment #9311822 -
Attachment description: Bug 1809712 - [cdp] Fix /json/version reporting incorrect → Bug 1809712 - [cdp] Fix /json/version reporting incorrect Protocol-Version
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3cc941f8bdf0
[cdp] Fix /json/version reporting incorrect Protocol-Version r=webdriver-reviewers,whimboo
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•