[dotnet] Improve bidi exception when it is not enabled#15163
[dotnet] Improve bidi exception when it is not enabled#15163nvborisenko merged 2 commits intoSeleniumHQ:trunkfrom
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
RenderMichael
left a comment
There was a problem hiding this comment.
Better errors are always helpful.
PR Type
Bug fix
Description
Replaced generic exception with a specific
BiDiException.Improved error message for unsupported bidirectional protocol.
Changes walkthrough 📝
WebDriver.Extensions.cs
Refined exception handling and error messagedotnet/src/webdriver/BiDi/WebDriver.Extensions.cs
System.ExceptionwithBiDiException.