Table of Contents

Class ConnectTiming

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record ConnectTiming : IEquatable<ConnectTiming>
Inheritance
ConnectTiming
Implements
Inherited Members

Constructors

ConnectTiming(double)

public ConnectTiming(double RequestTime)

Parameters

RequestTime double

Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime. Matches ResourceTiming's requestTime for the same request (but not for redirected requests).

Properties

RequestTime

Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime. Matches ResourceTiming's requestTime for the same request (but not for redirected requests).

public double RequestTime { get; init; }

Property Value

double