Class EventMetadata
- Namespace
- OpenQA.Selenium.DevTools.V146.BackgroundService
- Assembly
- Selenium.WebDriver.dll
A key-value pair for additional event information to pass along.
public sealed class EventMetadata
- Inheritance
-
EventMetadata
- Inherited Members
Properties
Key
key
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
public string Value { get; set; }