We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef995d9 commit 5014a24Copy full SHA for 5014a24
1 file changed
lib/types.ts
@@ -12,6 +12,7 @@ export interface WDASettings {
12
keyboardPrediction?: boolean;
13
customSnapshotTimeout?: number;
14
snapshotMaxDepth?: number;
15
+ snapshotMaxChildren?: number;
16
useFirstMatch?: boolean;
17
boundElementsByIndex?: boolean;
18
reduceMotion?: boolean;
0 commit comments