[dotnet] Hide driver service window by default#16782
[dotnet] Hide driver service window by default#16782nvborisenko merged 3 commits intoSeleniumHQ:trunkfrom
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
User description
When using UI application.
🔄 Types of changes
PR Type
Bug fix
Description
Set ProcessWindowStyle to Hidden when HideCommandPromptWindow is enabled
Ensures driver service window is completely hidden in UI applications
Complements existing CreateNoWindow setting for full window suppression
Diagram Walkthrough
File Walkthrough
DriverService.cs
Add ProcessWindowStyle.Hidden for window suppressiondotnet/src/webdriver/DriverService.cs
ProcessWindowStyle.HiddenwhenHideCommandPromptWindowis trueCreateNoWindowwithexplicit
WindowStylesettingapplications