Skip to content

Commit f7c6590

Browse files
authored
[dotnet] [bidi] Add Request data type in Network module (#16453)
1 parent 4fa3952 commit f7c6590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/BiDi/Network/AddDataCollectorCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public sealed record AddDataCollectorResult(Collector Collector) : EmptyResult;
4343
[JsonConverter(typeof(CamelCaseEnumConverter<DataType>))]
4444
public enum DataType
4545
{
46+
Request,
4647
Response
4748
}
4849

0 commit comments

Comments
 (0)