Table of Contents

Class CustomPreview

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

CustomPreview

public sealed class CustomPreview
Inheritance
CustomPreview
Inherited Members

Properties

BodyGetterId

If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call. The result value is json ML array.

[JsonPropertyName("bodyGetterId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BodyGetterId { get; set; }

Property Value

string

Header

The JSON-stringified result of formatter.header(object, config) call. It contains json ML array that represents RemoteObject.

[JsonPropertyName("header")]
public string Header { get; set; }

Property Value

string