Table of Contents

Class StartWorkerCommandSettings

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

StartWorker

public sealed class StartWorkerCommandSettings : ICommand
Inheritance
StartWorkerCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ScopeURL

Gets or sets the scopeURL

[JsonPropertyName("scopeURL")]
public string ScopeURL { get; set; }

Property Value

string