Table of Contents

Class GetScriptSourceCommandResponse

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

Response for GetScriptSource

public sealed class GetScriptSourceCommandResponse : ICommandResponse<GetScriptSourceCommandSettings>, ICommandResponse
Inheritance
GetScriptSourceCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Bytecode

Gets or sets the bytecode

[JsonPropertyName("bytecode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Bytecode { get; set; }

Property Value

string

ScriptSource

Gets or sets the scriptSource

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

Property Value

string