We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7e8e commit 68e11caCopy full SHA for 68e11ca
dotnet/src/webdriver/BiDi/Modules/Script/LocalValue.cs
@@ -162,7 +162,6 @@ public record ChannelLocalValue(ChannelProperties Value) : LocalValue
162
{
163
// AddPreloadScript takes arguments typed as ChannelLocalValue but still requires "type":"channel"
164
[JsonInclude]
165
- [JsonPropertyName("type")]
166
internal string Type => "channel";
167
}
168
0 commit comments