Add support for "beforeunload" simple prompts
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox129 fixed)
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 4 open bugs, )
Details
(Whiteboard: [webdriver:m11][wptsync upstream][webdriver:relnote])
Attachments
(3 files)
With bug 1824197 we will get support for simple dialogs like alert
, prompt
, and confirm
.
But we also have to support beforeunload
prompts. Before we can add support for those prompts we will have to fix bug 1693857 for Marionette which currently completely disabled these type of prompts.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Actually this would also require us to add support for both the browsingContext.userPromptOpened
and browsingContext.userPromptClosed
events as well. So lets wait for their initial implementation first.
Assignee | ||
Updated•2 years ago
|
Updated•1 year ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 2•9 months ago
|
||
Depends on D198682
Updated•9 months ago
|
Assignee | ||
Comment 3•9 months ago
|
||
Depends on D199471
Assignee | ||
Updated•8 months ago
|
Updated•7 months ago
|
Assignee | ||
Comment 4•6 months ago
|
||
This bug is currently still blocked.
Assignee | ||
Updated•5 months ago
|
Assignee | ||
Comment 5•4 months ago
|
||
We are going to ignore the Android TestRunner support for now, and we can add that later.
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Assignee | ||
Comment 6•4 months ago
|
||
Updated•4 months ago
|
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Comment 9•4 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/989f4619897b
https://hg.mozilla.org/mozilla-central/rev/6393df0d4ce1
https://hg.mozilla.org/mozilla-central/rev/6c4ce197ba26
Assignee | ||
Comment 11•4 months ago
|
||
I've opened https://github.com/puppeteer/puppeteer/pull/12616 to update the test expectations.
Assignee | ||
Updated•2 months ago
|
Description
•