Table of Contents

Class ProtocolHandler

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

Constructors

ProtocolHandler(string, string)

public ProtocolHandler(string Protocol, string Url)

Parameters

Protocol string
Url string

Properties

Protocol

public string Protocol { get; init; }

Property Value

string

Url

public string Url { get; init; }

Property Value

string