Table of Contents

Class AccessibilitySnapshotOptions

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

Properties

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