[dotnet] [bidi] Simplify modules namespace for end users (breaking change) by nvborisenko · Pull Request #15820 · SeleniumHQ/selenium
BiDi.cs
+26/-26
BrowserModule.cs
+1/-1
ClientWindow.cs
+1/-1
ClientWindowInfo.cs
+1/-1
CloseCommand.cs
+1/-1
CreateUserContextCommand.cs
+1/-1
GetClientWindowsCommand.cs
+1/-1
GetUserContextsCommand.cs
+1/-1
RemoveUserContextCommand.cs
+1/-1
UserContext.cs
+1/-1
UserContextInfo.cs
+1/-1
ActivateCommand.cs
+1/-1
BrowsingContext.cs
+1/-1
BrowsingContextInfo.cs
+1/-1
BrowsingContextInputModule.cs
+2/-2
BrowsingContextLogModule.cs
+2/-2
BrowsingContextModule.cs
+1/-1
BrowsingContextNetworkModule.cs
+2/-2
BrowsingContextScriptModule.cs
+2/-2
BrowsingContextStorageModule.cs
+2/-2
CaptureScreenshotCommand.cs
+1/-1
CloseCommand.cs
+1/-1
CreateCommand.cs
+1/-1
GetTreeCommand.cs
+1/-1
HandleUserPromptCommand.cs
+1/-1
LocateNodesCommand.cs
+1/-1
Locator.cs
+1/-1
NavigateCommand.cs
+1/-1
Navigation.cs
+1/-1
NavigationInfo.cs
+1/-1
PrintCommand.cs
+1/-1
ReloadCommand.cs
+1/-1
SetViewportCommand.cs
+1/-1
TraverseHistoryCommand.cs
+1/-1
UserPromptClosedEventArgs.cs
+1/-1
UserPromptOpenedEventArgs.cs
+1/-1
Broker.cs
+2/-2
EventHandler.cs
+4/-5
BiDiJsonSerializerContext.cs
+135/-135
BrowserClientWindowConverter.cs
+1/-1
BrowserUserContextConverter.cs
+1/-1
BrowsingContextConverter.cs
+4/-5
ChannelConverter.cs
+1/-1
GetClientWindowsResultConverter.cs
+1/-1
GetCookiesResultConverter.cs
+2/-2
GetRealmsResultConverter.cs
+1/-1
GetUserContextsResultConverter.cs
+1/-1
InputSourceActionsConverter.cs
+1/-1
LocateNodesResultConverter.cs
+2/-2
HandleConverter.cs
+1/-1
InputOriginConverter.cs
+1/-1
InterceptConverter.cs
+1/-1
InternalIdConverter.cs
+1/-1
NavigationConverter.cs
+1/-1
EvaluateResultConverter.cs
+1/-1
LogEntryConverter.cs
+4/-4
RealmInfoConverter.cs
+1/-1
RemoteValueConverter.cs
+1/-1
PreloadScriptConverter.cs
+1/-1
PrintPageRangeConverter.cs
+1/-1
RealmConverter.cs
+1/-1
RealmTypeConverter.cs
+1/-1
RequestConverter.cs
+1/-1
SubscriptionConverter.cs
+4/-4
WebSocketTransport.cs
+1/-1
EventArgs.cs
+1/-2
InputModule.cs
+1/-1
Origin.cs
+1/-1
PerformActionsCommand.cs
+1/-1
ReleaseActionsCommand.cs
+1/-1
SetFilesCommand.cs
+1/-1
SourceActions.cs
+1/-1
LogEntry.cs
+1/-1
LogModule.cs
+1/-1
Module.cs
+1/-1
AddInterceptCommand.cs
+1/-1
AuthChallenge.cs
+1/-1
AuthCredentials.cs
+1/-1
AuthRequiredEventArgs.cs
+1/-1
BaseParametersEventArgs.cs
+1/-1
BeforeRequestSentEventArgs.cs
+2/-2
BytesValue.cs
+1/-1
ContinueRequestCommand.cs
+1/-1
ContinueResponseCommand.cs
+1/-1
ContinueWithAuthCommand.cs
+1/-1
Cookie.cs
+1/-1
CookieHeader.cs
+1/-1
FailRequestCommand.cs
+1/-1
FetchErrorEventArgs.cs
+2/-2
FetchTimingInfo.cs
+1/-1
Header.cs
+1/-1
Initiator.cs
+1/-1
Intercept.cs
+1/-1
NetworkModule.HighLevel.cs
+1/-1
NetworkModule.cs
+1/-1
ProvideResponseCommand.cs
+1/-1
RemoveInterceptCommand.cs
+1/-1
Request.cs
+1/-1
RequestData.cs
+1/-1
ResponseCompletedEventArgs.cs
+2/-2
ResponseContent.cs
+1/-1
ResponseData.cs
+1/-1
ResponseStartedEventArgs.cs
+2/-2
SetCacheBehaviorCommand.cs
+1/-1
SetCookieHeader.cs
+1/-1
UrlPattern.cs
+1/-1
AddPreloadScriptCommand.cs
+1/-1
CallFunctionCommand.cs
+1/-1
Channel.cs
+1/-1
ChannelProperties.cs
+1/-1
DisownCommand.cs
+1/-1
EvaluateCommand.cs
+1/-1
GetRealmsCommand.cs
+1/-1
Handle.cs
+1/-1
IRemoteReference.cs
+1/-1
InternalId.cs
+1/-1
LocalValue.cs
+1/-1
MessageEventArgs.cs
+1/-1
NodeProperties.cs
+1/-1
PreloadScript.cs
+1/-1
Realm.cs
+1/-1
RealmDestroyedEventArgs.cs
+1/-1
RealmInfo.cs
+1/-1
RealmType.cs
+1/-1
RegExpValue.cs
+1/-1
RemoteValue.cs
+1/-1
RemovePreloadScriptCommand.cs
+1/-1
ResultOwnership.cs
+1/-1
ScriptModule.cs
+1/-1
SerializationOptions.cs
+1/-1
Source.cs
+1/-1
StackFrame.cs
+1/-1
StackTrace.cs
+1/-1
Target.cs
+1/-1
WindowProxyProperties.cs
+1/-1
CapabilitiesRequest.cs
+1/-1
CapabilityRequest.cs
+1/-1
EndCommand.cs
+1/-1
NewCommand.cs
+1/-1
ProxyConfiguration.cs
+1/-1
SessionModule.cs
+1/-1
StatusCommand.cs
+1/-1
SubscribeCommand.cs
+1/-1
Subscription.cs
+1/-1
UnsubscribeCommand.cs
+1/-1
UserPromptHandler.cs
+1/-1
DeleteCookiesCommand.cs
+1/-1
GetCookiesCommand.cs
+1/-1
PartitionKey.cs
+1/-1
SetCookieCommand.cs
+1/-1
StorageModule.cs
+1/-1
Subscription.cs
+3/-3
Remove `Modules` namespace from BiDi submodules and usagesMove BrowserModule to flattened namespace Move ClientWindow to flattened namespace Move ClientWindowInfo to flattened namespace Move CloseCommand to flattened namespace Move CreateUserContextCommand to flattened namespace Move GetClientWindowsCommand to flattened namespace Move GetUserContextsCommand to flattened namespace Move RemoveUserContextCommand to flattened namespace Move UserContext to flattened namespace Move UserContextInfo to flattened namespace Move ActivateCommand to flattened namespace Move BrowsingContext to flattened namespace Move BrowsingContextInfo to flattened namespace Move BrowsingContextInputModule to flattened namespace Move BrowsingContextLogModule to flattened namespace Move BrowsingContextModule to flattened namespace Move BrowsingContextNetworkModule to flattened namespace Move BrowsingContextScriptModule to flattened namespace Move BrowsingContextStorageModule to flattened namespace Move CaptureScreenshotCommand to flattened namespace Move CloseCommand to flattened namespace Move CreateCommand to flattened namespace Move GetTreeCommand to flattened namespace Move HandleUserPromptCommand to flattened namespace Move LocateNodesCommand to flattened namespace Move Locator to flattened namespace Move NavigateCommand to flattened namespace Move Navigation to flattened namespace Move NavigationInfo to flattened namespace Move PrintCommand to flattened namespace Move ReloadCommand to flattened namespace Move SetViewportCommand to flattened namespace Move TraverseHistoryCommand to flattened namespace Move UserPromptClosedEventArgs to flattened namespace Move UserPromptOpenedEventArgs to flattened namespace Update logger and Subscription types for new namespaces Update EventHandler to use flattened BrowsingContext Update all JsonSerializable types to flattened namespacesUpdate using to flattened Browser namespace Update using to flattened Browser namespace Update BrowsingContextConverter to flattened namespace Update using to flattened Script namespace Update using to flattened Browser namespace Update using to flattened Storage and Network namespaces Update using to flattened Script namespace Update using to flattened Browser namespace Update using to flattened Input namespace Update using to flattened BrowsingContext and Script namespacesUpdate using to flattened Script namespace Update using to flattened Input namespace Update using to flattened Network namespace Update using to flattened Script namespace Update using to flattened BrowsingContext namespace Update using to flattened Script namespace Update LogEntryConverter to flattened Log namespace Update using to flattened Script namespace Update using to flattened Script namespace Update using to flattened Script namespace Update using to flattened BrowsingContext namespace Update using to flattened Script namespace Update using to flattened Script namespace Update using to flattened Network namespace Update SubscriptionConverter to flattened Session namespaceUpdate logger to use Internal.Logging.Log Update BrowsingContextEventArgs to flattened namespace Move InputModule to flattened namespace Move Origin to flattened namespace Move PerformActionsCommand to flattened namespace Move ReleaseActionsCommand to flattened namespace Move SetFilesCommand to flattened namespace Move SourceActions to flattened namespace Move LogEntry to flattened namespace Move LogModule to flattened namespace Move Module base class to flattened namespace Move AddInterceptCommand to flattened namespace Move AuthChallenge to flattened namespace Move AuthCredentials to flattened namespace Move AuthRequiredEventArgs to flattened namespace Move BaseParametersEventArgs to flattened namespace Move BeforeRequestSentEventArgs to flattened namespace Move BytesValue to flattened namespace Move ContinueRequestCommand to flattened namespace Move ContinueResponseCommand to flattened namespace Move ContinueWithAuthCommand to flattened namespace Move Cookie to flattened namespace Move CookieHeader to flattened namespace Move FailRequestCommand to flattened namespace Move FetchErrorEventArgs to flattened namespace Move FetchTimingInfo to flattened namespace Move Header to flattened namespace Move Initiator to flattened namespace Move Intercept to flattened namespace Move NetworkModule.HighLevel to flattened namespace Move NetworkModule to flattened namespace Move ProvideResponseCommand to flattened namespace Move RemoveInterceptCommand to flattened namespace Move Request to flattened namespace Move RequestData to flattened namespace Move ResponseCompletedEventArgs to flattened namespace Move ResponseContent to flattened namespace Move ResponseData to flattened namespace Move ResponseStartedEventArgs to flattened namespace Move SetCacheBehaviorCommand to flattened namespace Move SetCookieHeader to flattened namespace Move UrlPattern to flattened namespace Move AddPreloadScriptCommand to flattened namespace Move CallFunctionCommand to flattened namespace Move Channel to flattened namespace Move ChannelProperties to flattened namespace Move DisownCommand to flattened namespace Move EvaluateCommand to flattened namespace Move GetRealmsCommand to flattened namespace Move Handle to flattened namespace Move IRemoteReference to flattened namespace Move InternalId to flattened namespace Move LocalValue to flattened namespace Move MessageEventArgs to flattened namespace Move NodeProperties to flattened namespace Move PreloadScript to flattened namespace Move Realm to flattened namespace Move RealmDestroyedEventArgs to flattened namespace Move RealmInfo to flattened namespace Move RealmType to flattened namespace Move RegExpValue to flattened namespace Move RemoteValue to flattened namespace Move RemovePreloadScriptCommand to flattened namespace Move ResultOwnership to flattened namespace Move ScriptModule to flattened namespace Move SerializationOptions to flattened namespace Move Source to flattened namespace Move StackFrame to flattened namespace Move StackTrace to flattened namespace Move Target to flattened namespace Move WindowProxyProperties to flattened namespace Move CapabilitiesRequest to flattened namespace Move CapabilityRequest to flattened namespace Move EndCommand to flattened namespace Move NewCommand to flattened namespace Move ProxyConfiguration to flattened namespace Move SessionModule to flattened namespace Move StatusCommand to flattened namespace Move SubscribeCommand to flattened namespace Move Subscription to flattened namespace Move UnsubscribeCommand to flattened namespace Move UserPromptHandler to flattened namespace Move DeleteCookiesCommand to flattened namespace Move GetCookiesCommand to flattened namespace Move PartitionKey to flattened namespace Move SetCookieCommand to flattened namespace Move StorageModule to flattened namespace Update Subscription to use flattened Session namespace