Table of Contents

Class RelatedApplication

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

Constructors

RelatedApplication(string)

public RelatedApplication(string Url)

Parameters

Url string

Properties

Id

public string? Id { get; init; }

Property Value

string

Url

public string Url { get; init; }

Property Value

string