Table of Contents

Class PreloadingAttemptKey

Namespace
OpenQA.Selenium.DevTools.V132.Preload
Assembly
WebDriver.dll

PreloadingAttemptKey

public sealed class PreloadingAttemptKey
Inheritance
PreloadingAttemptKey
Inherited Members

Properties

Action

action

[JsonPropertyName("action")]
public SpeculationAction Action { get; set; }

Property Value

SpeculationAction

LoaderId

loaderId

[JsonPropertyName("loaderId")]
public string LoaderId { get; set; }

Property Value

string

TargetHint

targetHint

[JsonPropertyName("targetHint")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SpeculationTargetHint? TargetHint { get; set; }

Property Value

SpeculationTargetHint?

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string