Table of Contents

Class PatternUrlPattern

Namespace
OpenQA.Selenium.BiDi.Modules.Network
Assembly
WebDriver.dll
public record PatternUrlPattern : UrlPattern, IEquatable<UrlPattern>, IEquatable<PatternUrlPattern>
Inheritance
PatternUrlPattern
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