Implement "browsingContext.handleUserPrompt" command
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P1)
Tracking
(firefox118 fixed)
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m8][wptsync upstream][webdriver:relnote])
Attachments
(5 files)
Implementation of this bug should cover simple dialogs like alert
, prompt
, and confirm
.
We should be able to partly re-use the code from Marionette and make the modal.sys.mjs module a shared module for both protocols.
Note that we currently disable beforeunload
prompts completely in Marionette. As such we should work on support for this event in a different bug so that we can also fix the behavior for Marionette at the same time.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D185552
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D185553
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D185554
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D185552
Updated•2 years ago
|
Comment 8•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9e741c05934f
https://hg.mozilla.org/mozilla-central/rev/f49f4b5ea66d
https://hg.mozilla.org/mozilla-central/rev/30b7743883ac
https://hg.mozilla.org/mozilla-central/rev/e6c05b12e989
https://hg.mozilla.org/mozilla-central/rev/35f5ffd4f473
Reporter | ||
Updated•1 years ago
|
Description
•