Table of Contents

Class RelatedApplication

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

RelatedApplication

public sealed class RelatedApplication
Inheritance
RelatedApplication
Inherited Members

Properties

Id

id

[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Id { get; set; }

Property Value

string

Url

url

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

Property Value

string