You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chromium 127 the steps to fire beforeunload has been changed (see SeleniumHQ/selenium#14290 (comment)). Enabling BiDi mode (chrome_options.set_capability("webSocketUrl", value=True)) solves this issue.
Apparently, in Chromium 128 the behavior changed again. SeleniumHQ/selenium#14468 (comment) suggests to set the "unhandledPromptBehavior" to "ignore". Unfortunately, this didn't solve the issue for me.
The text was updated successfully, but these errors were encountered:
In Chromium 127 the steps to fire
beforeunload
has been changed (see SeleniumHQ/selenium#14290 (comment)). Enabling BiDi mode (chrome_options.set_capability("webSocketUrl", value=True)
) solves this issue.Apparently, in Chromium 128 the behavior changed again. SeleniumHQ/selenium#14468 (comment) suggests to set the "unhandledPromptBehavior" to "ignore". Unfortunately, this didn't solve the issue for me.
The text was updated successfully, but these errors were encountered: