Class GetEntriesCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V148.CrashReportContext
- Assembly
- Selenium.WebDriver.dll
Response for Returns all entries in the CrashReportContext across all frames in the page.
public sealed class GetEntriesCommandResponse : ICommandResponse<GetEntriesCommandSettings>, ICommandResponse
- Inheritance
-
GetEntriesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Entries
Gets or sets the entries
[JsonPropertyName("entries")]
public CrashReportContextEntry[] Entries { get; set; }