Skip to content

Commit 1a3d451

Browse files
committed
[dotnet] Fix formatting files content globally
1 parent e031b8d commit 1a3d451

File tree

145 files changed

+158
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+158
-157
lines changed

dotnet/src/webdriver/BiDi/BiDiException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace OpenQA.Selenium.BiDi;
44

dotnet/src/webdriver/BiDi/Communication/Command.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22

33
namespace OpenQA.Selenium.BiDi.Communication;
44

dotnet/src/webdriver/BiDi/Communication/CommandOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace OpenQA.Selenium.BiDi.Communication;
44

dotnet/src/webdriver/BiDi/Communication/EventHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22
using System;
33
using System.Collections.Generic;
44
using System.Threading.Tasks;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/BrowserUserContextConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Browser;
1+
using OpenQA.Selenium.BiDi.Modules.Browser;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/BrowsingContextConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/ChannelConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/DateTimeOffsetConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Text.Json;
33
using System.Text.Json.Serialization;
44

dotnet/src/webdriver/BiDi/Communication/Json/Converters/HandleConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/InterceptConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Network;
1+
using OpenQA.Selenium.BiDi.Modules.Network;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/InternalIdConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/NavigationConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Polymorphic/EvaluateResultConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Polymorphic/LogEntryConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Log;
1+
using OpenQA.Selenium.BiDi.Modules.Log;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Polymorphic/MessageConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Text.Json;
33
using System.Text.Json.Serialization;
44

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Polymorphic/RealmInfoConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/Polymorphic/RemoteValueConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/PreloadScriptConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/RealmConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/RealmTypeConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Script;
1+
using OpenQA.Selenium.BiDi.Modules.Script;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Json/Converters/RequestConverter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.Network;
1+
using OpenQA.Selenium.BiDi.Modules.Network;
22
using System;
33
using System.Text.Json;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Communication/Message.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json;
1+
using System.Text.Json;
22

33
namespace OpenQA.Selenium.BiDi.Communication;
44

dotnet/src/webdriver/BiDi/Communication/Transport/ITransport.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json;
1+
using System.Text.Json;
22
using System.Threading.Tasks;
33
using System.Threading;
44
using System;

dotnet/src/webdriver/BiDi/EventArgs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
using OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22
using System.Text.Json.Serialization;
33

44
namespace OpenQA.Selenium.BiDi;

dotnet/src/webdriver/BiDi/Modules/Browser/BrowserModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Threading.Tasks;
33
using OpenQA.Selenium.BiDi.Communication;
44

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.Browser;
44

55
internal class CloseCommand() : Command<CommandParameters>(CommandParameters.Empty);
66

7-
public record CloseOptions : CommandOptions;
7+
public record CloseOptions : CommandOptions;

dotnet/src/webdriver/BiDi/Modules/Browser/CreateUserContextCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.Browser;
44

dotnet/src/webdriver/BiDi/Modules/Browser/GetUserContextsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Collections.Generic;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Browser;

dotnet/src/webdriver/BiDi/Modules/Browser/RemoveUserContextCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.Browser;
44

dotnet/src/webdriver/BiDi/Modules/Browser/UserContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Threading.Tasks;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Browser;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
namespace OpenQA.Selenium.BiDi.Modules.Browser;
1+
namespace OpenQA.Selenium.BiDi.Modules.Browser;
22

33
public record UserContextInfo(UserContext UserContext);

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/ActivateCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Threading.Tasks;
33
using System;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextInputModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using OpenQA.Selenium.BiDi.Modules.Input;
33
using System.Collections.Generic;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
44
using OpenQA.Selenium.BiDi.Communication;

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextNetworkModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using System;
33
using OpenQA.Selenium.BiDi.Modules.Network;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextScriptModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using OpenQA.Selenium.BiDi.Modules.Script;
33
using System.Collections.Generic;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/BrowsingContextStorageModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using OpenQA.Selenium.BiDi.Modules.Storage;
33

44
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/CaptureScreenshotCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Text.Json.Serialization;
33

44
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/CloseCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/CreateCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/GetTreeCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Collections.Generic;
33

44
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/HandleUserPromptCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/LocateNodesCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Collections.Generic;
33

44
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/Locator.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22
using static OpenQA.Selenium.BiDi.Modules.BrowsingContext.AccessibilityLocator;
33

44
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
@@ -46,4 +46,4 @@ public enum MatchType
4646
Partial
4747
}
4848

49-
public record XPathLocator(string Value) : Locator;
49+
public record XPathLocator(string Value) : Locator;

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/NavigateCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1+
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
22

33
public record Navigation(string Id);

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/NavigationInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/ReloadCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/SetViewportCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/TraverseHistoryCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/UserPromptClosedEventArgs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/BrowsingContext/UserPromptOpenedEventArgs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22

33
namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
44

dotnet/src/webdriver/BiDi/Modules/Input/InputModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Threading.Tasks;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Input;

dotnet/src/webdriver/BiDi/Modules/Input/PerformActionsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System;
33
using System.Collections.Generic;
44
using System.Text.Json.Serialization;

dotnet/src/webdriver/BiDi/Modules/Input/ReleaseActionsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules.Input;
44

dotnet/src/webdriver/BiDi/Modules/Log/LogEntry.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Log;

dotnet/src/webdriver/BiDi/Modules/Log/LogModule.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Threading.Tasks;
1+
using System.Threading.Tasks;
22
using System;
33
using OpenQA.Selenium.BiDi.Communication;
44

dotnet/src/webdriver/BiDi/Modules/Module.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22

33
namespace OpenQA.Selenium.BiDi.Modules;
44

dotnet/src/webdriver/BiDi/Modules/Network/AddInterceptCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using OpenQA.Selenium.BiDi.Communication;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Network;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
namespace OpenQA.Selenium.BiDi.Modules.Network;
1+
namespace OpenQA.Selenium.BiDi.Modules.Network;
22

33
public record AuthChallenge(string Scheme, string Realm);

dotnet/src/webdriver/BiDi/Modules/Network/AuthCredentials.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22

33
namespace OpenQA.Selenium.BiDi.Modules.Network;
44

dotnet/src/webdriver/BiDi/Modules/Network/BytesValue.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Text.Json.Serialization;
1+
using System.Text.Json.Serialization;
22

33
namespace OpenQA.Selenium.BiDi.Modules.Network;
44

dotnet/src/webdriver/BiDi/Modules/Network/ContinueRequestCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Collections.Generic;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Network;

dotnet/src/webdriver/BiDi/Modules/Network/ContinueResponseCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OpenQA.Selenium.BiDi.Communication;
1+
using OpenQA.Selenium.BiDi.Communication;
22
using System.Collections.Generic;
33

44
namespace OpenQA.Selenium.BiDi.Modules.Network;

0 commit comments

Comments
 (0)