Skip to content

Commit 85c3989

Browse files
committed
Boolean!
1 parent 8e9a755 commit 85c3989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/Command.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ internal class SerializableCommand
144144

145145
[JsonSerializable(typeof(IList<object>))]
146146
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
147+
[JsonSerializable(typeof(bool))]
147148
[JsonSerializable(typeof(long))]
148149
[JsonSerializable(typeof(int))]
149150
internal partial class CommandSerializerContext : JsonSerializerContext

0 commit comments

Comments
 (0)