Table of Contents

Class SerializationOptions

Namespace
OpenQA.Selenium.BiDi.Script
Assembly
Selenium.WebDriver.dll
public sealed record SerializationOptions : IEquatable<SerializationOptions>
Inheritance
SerializationOptions
Implements
Inherited Members

Properties

IncludeShadowTree

public ShadowTree? IncludeShadowTree { get; init; }

Property Value

ShadowTree?

MaxDomDepth

public long? MaxDomDepth { get; init; }

Property Value

long?

MaxObjectDepth

public long? MaxObjectDepth { get; init; }

Property Value

long?