Class CrashReportContextEntry
- Namespace
- OpenQA.Selenium.DevTools.V148.CrashReportContext
- Assembly
- Selenium.WebDriver.dll
Key-value pair in CrashReportContext.
public sealed class CrashReportContextEntry
- Inheritance
-
CrashReportContextEntry
- Inherited Members
Properties
FrameId
The ID of the frame where the key-value pair was set.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
Key
key
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
public string Value { get; set; }