Open Bug 1999693 Opened 3 months ago Updated 2 months ago

Support "ignore" for "unhandledPromptBehavior" for file pickers

Categories

(Remote Protocol :: WebDriver BiDi, enhancement, P3)

enhancement
Points:
3

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.

Summary: Support "ignore" prompt behaviour for file pickers → Support "ignore" for "unhandledPromptBehavior" for file pickers

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.

Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:backlog]

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.

Whiteboard: [webdriver:backlog] → [webdriver:m19]
Blocks: 2006012
No longer depends on: 2006012
Priority: P2 → P3
You need to log in before you can comment on or make changes to this bug.