Skip to content

Commit

Permalink
[dotnet] [bidi] Reveal browsing context module in bidi instance (#14684)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko authored Oct 31, 2024
1 parent 3a3c46b commit 9c9d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BiDi/BiDi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal BiDi(string url)
}

internal Modules.Session.SessionModule SessionModule => _sessionModule.Value;
internal Modules.BrowsingContext.BrowsingContextModule BrowsingContext => _browsingContextModule.Value;
public Modules.BrowsingContext.BrowsingContextModule BrowsingContext => _browsingContextModule.Value;
public Modules.Browser.BrowserModule Browser => _browserModule.Value;
public Modules.Network.NetworkModule Network => _networkModule.Value;
internal Modules.Input.InputModule InputModule => _inputModule.Value;
Expand Down

0 comments on commit 9c9d99a

Please sign in to comment.