Table of Contents

Class CompileScriptCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Runtime
Assembly
WebDriver.dll

CompileScript

public sealed class CompileScriptCommandSettings : ICommand
Inheritance
CompileScriptCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ExecutionContextId

Gets or sets the executionContextId

[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }

Property Value

long?

Expression

Gets or sets the expression

[JsonPropertyName("expression")]
public string Expression { get; set; }

Property Value

string

PersistScript

Gets or sets the persistScript

[JsonPropertyName("persistScript")]
public bool PersistScript { get; set; }

Property Value

bool

SourceURL

Gets or sets the sourceURL

[JsonPropertyName("sourceURL")]
public string SourceURL { get; set; }

Property Value

string