Table of Contents

Class PreloadingAttemptKey

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

A key that identifies a preloading attempt.

The url used is the url specified by the trigger (i.e. the initial URL), and not the final url that is navigated to. For example, prerendering allows same-origin main frame navigations during the attempt, but the attempt is still keyed with the initial URL.

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