Table of Contents

Class StopObservingCommandSettings

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

Disables event updates for the service.

public sealed class StopObservingCommandSettings : ICommand
Inheritance
StopObservingCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Service

Gets or sets the service

[JsonPropertyName("service")]
public ServiceName Service { get; set; }

Property Value

ServiceName