Table of Contents

Class ProfileSnapshotCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.LayerTree
Assembly
Selenium.WebDriver.dll

Response for ProfileSnapshot

public sealed class ProfileSnapshotCommandResponse : ICommandResponse<ProfileSnapshotCommandSettings>, ICommandResponse
Inheritance
ProfileSnapshotCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Timings

The array of paint profiles, one per run.

[JsonPropertyName("timings")]
public double[][] Timings { get; set; }

Property Value

double[][]