Table of Contents

Class AccessibilitySnapshotOptions

Namespace
PuppeteerSharp.PageAccessibility
Assembly
PuppeteerSharp.dll
public class AccessibilitySnapshotOptions
Inheritance
AccessibilitySnapshotOptions

Properties

IncludeIframes

The root DOM element for the snapshot. Defaults to the whole page.

public bool IncludeIframes { get; set; }

Property Value

bool

InterestingOnly

Prune uninteresting nodes from the tree. Defaults to true.

public bool InterestingOnly { get; set; }

Property Value

bool

Root

The root DOM element for the snapshot. Defaults to the whole page.

public IElementHandle Root { get; set; }

Property Value

IElementHandle

See Also