Update validation of "unhandledPromptBehavior" capability for WebDriver BiDi changes
Categories
(Testing :: geckodriver, task, P2)
Tracking
(firefox128 fixed)
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m11], [wptsync upstream])
Attachments
(2 files, 1 obsolete file)
With bug 1884650 I'm going to update Marionette for the new unhandledPromptBehavior types. We also have to update geckodriver (webdriver) to allow correct validation of the capability.
This should block the next release of geckodriver.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
I had to open a WebDriver classic specification PR to fix a couple of issues:
https://github.com/w3c/webdriver/pull/1812
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D210730
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D210731
| Assignee | ||
Comment 6•2 years ago
|
||
Comment 8•2 years ago
•
|
||
Backed out for causing wdspec failures
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | /webdriver/tests/classic/perform_actions/user_prompts.py | test_dismissed_beforeunload - webdriver.error.UnexpectedAlertOpenException: unexpected alert open (500): Unexpected beforeunload dialog detected. Performed handler "dismiss"
| Assignee | ||
Comment 9•2 years ago
|
||
The underlying issue for this backout is in my other patch that is part of bug 1884650.
Updated•2 years ago
|
Comment 11•2 years ago
|
||
What's the point of moving URL to See Also? It's not the first time you are doing this and it's rather spammy than useful IMO.
| Assignee | ||
Comment 12•2 years ago
|
||
Note to myself to rebase the code for geckodriver and fix merge conflicts once the patch from bug 1823907 is on mozilla-central.
Updated•2 years ago
|
Comment 13•2 years ago
|
||
Comment 14•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/48ab8b28ca67
https://hg.mozilla.org/mozilla-central/rev/58f32a0924c8
Description
•