Table of Contents

Class SetScriptExecutionDisabledCommandSettings

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

Switches script execution in the page.

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

Whether script execution should be disabled in the page.

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

Property Value

bool