Closed
Bug 1841018
Opened 1 years ago
Closed 1 year ago
Implement "browsingContext.traverseHistory" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m9], [wptsync upstream][webdriver:relnote])
Attachments
(3 files)
The browsingContext.traverseHistory
command will allow clients to navigate back and forth in history for the given browsing context.
As of now it is not available in the specification but there is a PR:
https://github.com/w3c/webdriver-bidi/pull/109
Reporter | ||
Updated•1 years ago
|
Whiteboard: [webdriver:m8]
Reporter | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m8] → [webdriver:m9]
Reporter | ||
Comment 1•1 year ago
|
||
The stripped down version of the command has been landed for the BiDi spec. Those will be enough what Puppeteer currently requires. We should go ahead and get this feature implemented, and provide the necessary wdspes tests.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D193895
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D193896
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/036db1c40c2d
[bidi] Implement "browsingContext.traverseHistory" command. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/f375a41de9bb
[wpt] Implement "browsingContext.traverseHistory" command in bidi client. r=webdriver-reviewers,jgraham
https://hg.mozilla.org/integration/autoland/rev/8bec1f302a76
[wdspec] Add tests for "browsingContext.traverseHistory". r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/43337 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m9] → [webdriver:m9], [wptsync upstream]
Comment 7•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/036db1c40c2d
https://hg.mozilla.org/mozilla-central/rev/f375a41de9bb
https://hg.mozilla.org/mozilla-central/rev/8bec1f302a76
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Upstream PR merged by moz-wptsync-bot
Reporter | ||
Updated•11 months ago
|
Whiteboard: [webdriver:m9], [wptsync upstream] → [webdriver:m9], [wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•