Closed
Bug 1150523
Opened 10 years ago
Closed 10 years ago
Support string based statuses in the Marionette Node.js client
Categories
(Testing Graveyard :: JSMarionette, defect)
Testing Graveyard
JSMarionette
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ato, Assigned: ato)
References
Details
Attachments
(3 files)
In preparation for replacing number-based status codes in the Marionette server (bug 945729) we need to add support for the new string-based errors as described in the W3C WebDriver protocol.
This is the full list of errors: https://w3c.github.io/webdriver/webdriver-spec.html#dfn-error-code
The plan is to add in support for looking up exception classes by string as well as by number, then land the change to the remote end that removes number codes, then remove number codes completely from the local end.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Attachment #8592203 -
Flags: review?(gaye)
Comment 3•10 years ago
|
||
Comment on attachment 8592203 [details] [review]
marionette-js-client pull request
Will land once you squash your commits. Nice job!
Attachment #8592203 -
Flags: review?(gaye) → review+
Comment 4•10 years ago
|
||
Landed on mozilla-b2g/marionette-js-client master https://github.com/mozilla-b2g/marionette-js-client/commit/20ad50386da376c3ab1dc69f1fe5311a472911bc
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Updated•10 years ago
|
Attachment #8592349 -
Flags: review+
Updated•10 years ago
|
Attachment #8592347 -
Flags: review+
Comment 7•10 years ago
|
||
https://github.com/mozilla-b2g/gaia/commit/5204ebbc0e67d15d98ffb962fa2a9ad1e3bb42f6 landed on gaia master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•