Table of Contents

Class UrlPattern.Pattern

Namespace
OpenQA.Selenium.BiDi.Modules.Network
Assembly
WebDriver.dll
public record UrlPattern.Pattern : UrlPattern, IEquatable<UrlPattern>, IEquatable<UrlPattern.Pattern>
Inheritance
UrlPattern.Pattern
Implements
Inherited Members

Properties

Hostname

public string? Hostname { get; set; }

Property Value

string

Pathname

public string? Pathname { get; set; }

Property Value

string

Port

public string? Port { get; set; }

Property Value

string

Protocol

public string? Protocol { get; set; }

Property Value

string
public string? Search { get; set; }

Property Value

string