Update executor.ts

This commit is contained in:
Tommy D. Rossi
2026-02-03 13:15:47 +01:00
parent ede969cbc2
commit 3b71024328
+1 -1
View File
@@ -449,7 +449,7 @@ export class PlaywrightExecutor {
/** Only include interactive elements (default: true) */
interactiveOnly?: boolean
}) => {
const { page: targetPage, locator, search, showDiffSinceLastCall = true, interactiveOnly = true } = options
const { page: targetPage, locator, search, showDiffSinceLastCall = true, interactiveOnly = false } = options
// Use new in-page implementation via getAriaSnapshot
const { snapshot: rawSnapshot, refs, getSelectorForRef } = await getAriaSnapshot({