Open
Bug 1824220
Opened 2 years ago
Updated 1 year ago
Add support for "beforeunload" simple prompts
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Depends on 1 open bug, Blocks 4 open bugs, )
Details
(Whiteboard: [webdriver:backlog])
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.
Reporter | ||
Updated•2 years ago
|
Summary: Add support for "browsingContext.handleUserPrompt" command → Add support for "beforeunload" simple prompts to "browsingContext.handleUserPrompt" command
Reporter | ||
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.
Reporter | ||
Updated•2 years ago
|
Priority: -- → P3
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•