Class EventMetadata
- Namespace
- Selenium.WebDriver.BiDi.Cdp.BackgroundService
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
A key-value pair for additional event information to pass along.
public sealed record EventMetadata : IEquatable<EventMetadata>
- Inheritance
-
EventMetadata
- Implements
- Inherited Members
Constructors
EventMetadata(string, string)
A key-value pair for additional event information to pass along.
public EventMetadata(string Key, string Value)
Parameters
Properties
Key
public string Key { get; init; }
Property Value
Value
public string Value { get; init; }