Table of Contents

Class SetScriptSourceCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Debugger
Assembly
WebDriver.dll

SetScriptSource

public sealed class SetScriptSourceCommandSettings : ICommand
Inheritance
SetScriptSourceCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DryRun

Gets or sets the dryRun

[JsonPropertyName("dryRun")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DryRun { get; set; }

Property Value

bool?

ScriptId

Gets or sets the scriptId

[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }

Property Value

string

ScriptSource

Gets or sets the scriptSource

[JsonPropertyName("scriptSource")]
public string ScriptSource { get; set; }

Property Value

string