Add test for UnhandledPromptBehavior in ChromeOptions#2611
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
|
|
Review Summary by QodoAdd test for UnhandledPromptBehavior in ChromeOptions
WalkthroughsDescription• Add test method for UnhandledPromptBehavior option • Demonstrates setting DismissAndNotify behavior in ChromeOptions • Follows existing test pattern with driver initialization and cleanup Diagramflowchart LR
A["OptionsTest.cs"] -- "adds new test method" --> B["SetUnhandledPromptBehavior"]
B -- "sets UnhandledPromptBehavior" --> C["DismissAndNotify"]
C -- "creates ChromeDriver" --> D["Navigate and cleanup"]
File Changes1. examples/dotnet/SeleniumDocs/Drivers/OptionsTest.cs
|
Code Review by Qodo
1. Prompt behavior untested
|
Code Review by Qodo
1. Prompt behavior untested
|
|
@kimtg tests are failing in some environments. will come back with update on this later. |
|
@kimtg can you please sign the CLA? |
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist