[🚀 Feature]: Can we have a better way to handle dialog (alert, prompt) when enabling WebDriver BiDi #15573
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
B-devtools
Includes everything BiDi or Chrome DevTools related
C-java
Java Bindings
I-enhancement
Something could be better
Description
I'm currently enabling WebDriver BiDi because of its advantages, but things get complicated when it comes to dialog (like alert, model, and prompt). I have to add a lot of code compared to the Legacy protocol to work with alert
WebDriver BiDi:
Legacy:
It would be nice to have a more user-friendly way to handle alerts, as it is heavily used in almost every project.
Have you considered any alternatives or workarounds?
I'm currently turning off BiDi on tests that contain alerts.
The text was updated successfully, but these errors were encountered: