Table of Contents

Class CustomPreview

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record CustomPreview : IEquatable<CustomPreview>
Inheritance
CustomPreview
Implements
Inherited Members

Constructors

CustomPreview(string)

public CustomPreview(string Header)

Parameters

Header string

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

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.

public RemoteObjectId? BodyGetterId { get; init; }

Property Value

RemoteObjectId

Header

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

public string Header { get; init; }

Property Value

string