Class AccessibilitySnapshotOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class AccessibilitySnapshotOptions
- Inheritance
-
AccessibilitySnapshotOptions
- Inherited Members
Constructors
AccessibilitySnapshotOptions()
public AccessibilitySnapshotOptions()
AccessibilitySnapshotOptions(AccessibilitySnapshotOptions)
public AccessibilitySnapshotOptions(AccessibilitySnapshotOptions clone)
Parameters
Properties
InterestingOnly
Prune uninteresting nodes from the tree. Defaults to true
.
[JsonPropertyName("interestingOnly")]
public bool? InterestingOnly { get; set; }
Property Value
- bool?
Root
The root DOM element for the snapshot. Defaults to the whole page.
[JsonPropertyName("root")]
public IElementHandle? Root { get; set; }