Table of Contents

Class SetScriptExecutionDisabledCommandSettings

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

SetScriptExecutionDisabled

public sealed class SetScriptExecutionDisabledCommandSettings : ICommand
Inheritance
SetScriptExecutionDisabledCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Value

Gets or sets the value

[JsonPropertyName("value")]
public bool Value { get; set; }

Property Value

bool