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
Revert behavior of user prompts appearing during JavaScript execution.
This behavior causes too many problems in too many scenarios where a
prompt can appear. Reverting to the previous behavior, which is that
encountering a user prompt ('alert', 'confirm', 'prompt') when calling
JavaScript with executeScript will immediately return control back to
the WebDriver code (returning null), and rely on the immediately
following command to handle the user prompt.
0 commit comments