Closed
Bug 1834971
Opened 1 years ago
Closed 1 years ago
Add optional "data" field to WebDriver Error classes
Categories
(Remote Protocol :: Agent, task, P1)
Remote Protocol
Agent
Tracking
(firefox115 fixed)
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m7])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
For bug 1822466 and most likely bug 1830884 as well we need a better JSON serialization and deserialization of WebDriver error classes, especially for those classes that need extra information like a nodeId
(eg. no such element
, stale element reference
). Reason is that this extra information needs to be still available and cannot simply be parsed our of random error messages.
Assignee | ||
Updated•1 years ago
|
Points: --- → 3
Priority: -- → P1
Whiteboard: [webdriver:m7]
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Summary: Refactor WebDriverError implementation for JSON serialization and deserialization → Add optional "data" field to WebDriver Error classes
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8ef568d7513d
[remote] Add optional data field to WebDriver error classes. r=webdriver-reviewers,Sasha
Comment 3•1 years ago
|
||
Backed out for causing leakcheck failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/e2a897420b820148c50013f1ead2e0fc1a305052
Flags: needinfo?(hskupin)
Pushed by smolnar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b5c24f93579f
[remote] Add optional data field to WebDriver error classes. r=webdriver-reviewers,Sasha
Comment 6•1 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•