Table of Contents

Class SetBypassServiceWorkerCommandSettings

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

Toggles ignoring of service worker for each request.

public sealed class SetBypassServiceWorkerCommandSettings : ICommand
Inheritance
SetBypassServiceWorkerCommandSettings
Implements
Inherited Members

Properties

Bypass

Bypass service worker and load from network.

[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