GitClassic
Feed
Explore
Random
Go Pro
Sign in
microsoft
/
playwright
Code
/
Commits
/ 477cfe3
test: do not render [active] in snapshots to reuse cache across browsers (#38851)
Dmitry Gozman
committed on Jan 20, 2026, 07:14 AM
Showing
25
changed files
+129 additions
-144 deletions
M
packages/injected/src/ariaSnapshot.ts
+2
-1
M
packages/playwright-core/src/client/page.ts
+1
M
packages/playwright-core/src/protocol/validator.ts
+1
M
packages/playwright-core/src/server/agent/context.ts
+9
-4
M
packages/playwright-core/src/server/agent/pageAgent.ts
+2
-3
M
packages/playwright-core/src/server/page.ts
+3
-3
M
packages/protocol/src/channels.d.ts
+2
M
packages/protocol/src/protocol.yml
+1
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-generate.json
+4
-4
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-run.json
+3
-3
M
tests/library/__llm_cache__/library-agent-expect-expectTitle-success.json
+3
-3
M
tests/library/__llm_cache__/library-agent-expect-expectTitle-wrong-title-error.json
+3
-3
M
tests/library/__llm_cache__/library-agent-expect-expectURL-success.json
+12
-12
M
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex-error.json
+5
-32
M
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex.json
+5
-5
M
tests/library/__llm_cache__/library-agent-expect-expectURL-wrong-URL-error.json
+12
-12
M
tests/library/__llm_cache__/library-agent-limits-should-respect-max-actions-limit.json
+20
-20
M
tests/library/__llm_cache__/library-agent-perform-click-a-button.json
+1
-1
M
tests/library/__llm_cache__/library-agent-perform-expect-value.json
+6
-6
M
tests/library/__llm_cache__/library-agent-perform-extract-task.json
+3
-3
M
tests/library/__llm_cache__/library-agent-perform-perform-history.json
+6
-6
M
tests/library/__llm_cache__/library-agent-perform-perform-reports-error.json
+15
-15
M
tests/library/__llm_cache__/library-agent-perform-perform-run-timeout.json
+3
-3
M
tests/library/__llm_cache__/library-agent-perform-retrieve-a-secret.json
+3
-3
M
tests/library/agent-helpers.ts
+4
-2
Browse files at this commit โ