Closed
Bug 1750711
Opened 3 years ago
Closed 3 years ago
[client] When restarting the application the original capabilities are lost
Categories
(Remote Protocol :: Marionette, defect, P3)
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
Attachments
(1 file)
Noticed while working on bug 1726465. When Marionette currently restarts the session all the capabilities are lost because start_session() is called without any arguments which then overwrites the requested capabilities with a default dict.
We should store the requested capabilities and re-use these for an application restart given that none of the capabilities are actually expected to change.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/903b6c248234
[marionette-client] Keep original capabilities when restarting the application. r=webdriver-reviewers,jdescottes
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•