Closed
Bug 1829334
Opened 2 years ago
Closed 2 years ago
Implement "browser.close" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
()
Details
(Whiteboard: [webdriver:m8], [wptsync upstream] [webdriver:relnote])
Attachments
(4 files)
This command will be pretty helpful for BiDi only clients who currently cannot shutdown the browser cleanly.
We probably want to share some code that Marionette already has to quit the browser.
Reporter | ||
Comment 1•2 years ago
|
||
Before this command can be implemented we need session.end
support (bug 1829337) first.
I would vote for a late M7 inclusion.
Reporter | ||
Updated•2 years ago
|
Points: --- → 5
Priority: -- → P2
Whiteboard: [webdriver:triage] → [webdriver:m7]
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D181774
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D181775
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D181776
Reporter | ||
Updated•2 years ago
|
Whiteboard: [webdriver:m7] → [webdriver:m8]
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df033b47c65a
[marionette] Move browser quit logic into shared module. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/312c493691a5
[bidi] Implement "browser.close" command. r=webdriver-reviewers,whimboo
https://hg.mozilla.org/integration/autoland/rev/45c0bbd714c0
[wdspec] Add browser module to bidi test client. r=webdriver-reviewers,jgraham,whimboo
https://hg.mozilla.org/integration/autoland/rev/c29fc6627305
[wdspec] Add gecko specific tests for browser.close command for bidi only session. r=webdriver-reviewers,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/40915 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m8] → [webdriver:m8], [wptsync upstream]
Comment 8•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/df033b47c65a
https://hg.mozilla.org/mozilla-central/rev/312c493691a5
https://hg.mozilla.org/mozilla-central/rev/45c0bbd714c0
https://hg.mozilla.org/mozilla-central/rev/c29fc6627305
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Upstream PR merged by moz-wptsync-bot
Updated•2 years ago
|
Whiteboard: [webdriver:m8], [wptsync upstream] → [webdriver:m8], [wptsync upstream] [webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•