Closed
Bug 1502268
Opened 7 years ago
Closed 7 years ago
Provide informative error messages for no such alert error
Categories
(Remote Protocol :: Marionette, enhancement, P1)
Remote Protocol
Marionette
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
Details
Attachments
(1 file)
There has been a request to provide an error message together with
the no such alert error. Since there is no point in returning a
message such as "no alert is active" just for the sake of returning
a message, we could consider informing the user about what action
was taken with the user prompt based on the configuration of the
unhandled prompt handler.
See a strawman proposal here:
https://github.com/mozilla/geckodriver/issues/1404#issuecomment-433281484
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Priority: -- → P1
| Assignee | ||
Comment 1•7 years ago
|
||
Provides specific error messages informing the user what action
was taken with the user prompt, based on the configuration of the
unhandled prompt handler.
Updated•7 years ago
|
Attachment #9020856 -
Attachment description: bug 1502268: marionette: provide informative messages for no such alert error; → bug 1502268: marionette: provide informative messages for unexpected alert open error;
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd560bdc0240
marionette: provide informative messages for unexpected alert open error; r=whimboo
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
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
•