Table of Contents

Class SkipWaitingCommandSettings

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

SkipWaiting

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