Table of Contents

Class GetAdMetricsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V150.Ads
Assembly
Selenium.WebDriver.dll

Response for Retrieves ad metrics for the current page.

public sealed class GetAdMetricsCommandResponse : ICommandResponse<GetAdMetricsCommandSettings>, ICommandResponse
Inheritance
GetAdMetricsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Metrics

Gets or sets the metrics

[JsonPropertyName("metrics")]
public AdMetrics Metrics { get; set; }

Property Value

AdMetrics