Support "ignore" for "unhandledPromptBehavior" for file pickers
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: jdescottes, Unassigned)
References
Details
(Whiteboard: [webdriver:m19])
In Bug 1855045, as we need to support file prompt events, we will initially dismiss all file picker prompts by default.
Otherwise such prompts are fully OS dependent and can completely block tests.
But normally, we should respect the configured unhandledPromptBehavior, and if the behavior is set to "ignore" for "file" prompts, then the prompt should not be dismissed automatically.
Updated•3 months ago
|
| Reporter | ||
Comment 1•3 months ago
|
||
Let's not worry about enabling the tests on CI for now because we can't really handle the real file pickers in automation once they are open. We should still try to support the ignore behavior in case non-test-automation users are interested in this.
Comment 2•2 months ago
|
||
There is a regression with dismissing file pickers by default, and Julian fixed it with a workaround patch for now over on bug 2005673. Nevertheless we should give this bug a priority and correctly fix it in the next milestone.
Updated•2 months ago
|
Updated•2 months ago
|
Description
•