Table of Contents

Class SetBypassServiceWorkerCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Network
Assembly
WebDriver.dll

SetBypassServiceWorker

public sealed class SetBypassServiceWorkerCommandSettings : ICommand
Inheritance
SetBypassServiceWorkerCommandSettings
Implements
Inherited Members

Properties

Bypass

Gets or sets the bypass

[JsonPropertyName("bypass")]
public bool Bypass { get; set; }

Property Value

bool

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string