Table of Contents

Class PositionTickInfo

Namespace
OpenQA.Selenium.DevTools.V131.Profiler
Assembly
WebDriver.dll

PositionTickInfo

public sealed class PositionTickInfo
Inheritance
PositionTickInfo
Inherited Members

Properties

Line

line

[JsonPropertyName("line")]
public long Line { get; set; }

Property Value

long

Ticks

ticks

[JsonPropertyName("ticks")]
public long Ticks { get; set; }

Property Value

long