Class StartWorkerCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V131.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
ScopeURL
Gets or sets the scopeURL
[JsonPropertyName("scopeURL")]
public string ScopeURL { get; set; }