Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SamplingProfile

Namespace
OpenQA.Selenium.DevTools.V137.Memory
Assembly
WebDriver.dll

SamplingProfile

public sealed class SamplingProfile
Inheritance
SamplingProfile
Inherited Members

Properties

Modules

modules

[JsonPropertyName("modules")]
public Module[] Modules { get; set; }

Property Value

Module[]

Samples

samples

[JsonPropertyName("samples")]
public SamplingProfileNode[] Samples { get; set; }

Property Value

SamplingProfileNode[]