Table of Contents

Class StopWorkerCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.ServiceWorker
Assembly
WebDriver.dll

StopWorker

public sealed class StopWorkerCommandSettings : ICommand
Inheritance
StopWorkerCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

VersionId

Gets or sets the versionId

[JsonPropertyName("versionId")]
public string VersionId { get; set; }

Property Value

string