Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class StartObservingCommandSettings

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

StartObserving

public sealed class StartObservingCommandSettings : ICommand
Inheritance
StartObservingCommandSettings
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