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 b349ef4 commit 352750bCopy full SHA for 352750b
dotnet/src/webdriver/SeleniumManager.cs
@@ -215,7 +215,7 @@ internal sealed record SeleniumManagerResponse(IReadOnlyList<LogEntryResponse> L
215
{
216
public sealed record LogEntryResponse(string Level, string Message);
217
218
- internal sealed record ResultResponse
+ public sealed record ResultResponse
219
(
220
[property: JsonPropertyName(SeleniumManager.DriverPathKey)]
221
string DriverPath,
@@ -224,7 +224,6 @@ string BrowserPath
224
);
225
}
226
227
-
228
[JsonSerializable(typeof(SeleniumManagerResponse))]
229
[JsonSourceGenerationOptions(PropertyNameCaseInsensitive = true)]
230
internal sealed partial class SeleniumManagerSerializerContext : JsonSerializerContext;
0 commit comments