webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Default User Prompt Behavior Incorrect

Open titusfortner opened this issue 4 years ago • 0 comments

In chapter 16. User prompts:

By default user prompts are not handled automatically unless a user prompt handler has been defined

This statement would only be true if the default value for unhandledPromptBehavior were "ignore" instead of "dismiss and notify". Even if an error is being returned, the user prompt is still being handled automatically for the user.

titusfortner avatar Jun 29 '21 00:06 titusfortner