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 cd9209c commit 3a4deb6Copy full SHA for 3a4deb6
dotnet/src/webdriver/DevTools/DevToolsVersionInfo.cs
@@ -66,7 +66,11 @@ public class DevToolsVersionInfo
66
/// </summary>
67
[JsonPropertyName("V8-Version")]
68
[JsonInclude]
69
- public string V8Version { get; internal set; }
+ public string V8Version
70
+ {
71
+ get;
72
+ internal set;
73
+ }
74
75
/// <summary>
76
/// Gets the URL for the WebSocket connection used for communicating via the DevTools Protocol.
0 commit comments