[dotnet] [bidi] Expose Input module in root BiDi class#16940
[dotnet] [bidi] Expose Input module in root BiDi class#16940nvborisenko merged 1 commit 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
💥 What does this PR do?
Make
Inputmodule publicly available. Continue to expose everything what the specification defines.🔄 Types of changes
PR Type
Enhancement
Description
Expose
Inputmodule as public property in rootBiDiclassRename
InputModuleproperty toInputfor consistencyUpdate
BrowsingContextto reference publicInputpropertyDiagram Walkthrough
File Walkthrough
BiDi.cs
Make Input module publicly accessibledotnet/src/webdriver/BiDi/BiDi.cs
InputModuleproperty frominternaltopublicInputModuletoInputfor API consistencyBrowser,Network,ScriptBrowsingContext.cs
Update Input module referencedotnet/src/webdriver/BiDi/BrowsingContext/BrowsingContext.cs
BiDi.InputModuletoBiDi.Input