GitClassic
Feed
Explore
Random
Go Pro
Sign in
microsoft
/
playwright
Code
/
Commits
/ db2a052
chore: let agent refuse to perform (#38803)
Pavel Feldman
committed on Jan 17, 2026, 12:40 AM
Showing
22
changed files
+226 additions
-1022 deletions
M
package-lock.json
+4
-4
M
package.json
+1
-1
M
packages/playwright-core/ThirdPartyNotices.txt
+3
-3
M
packages/playwright-core/bundles/mcp/package-lock.json
+4
-4
M
packages/playwright-core/bundles/mcp/package.json
+1
-1
M
packages/playwright-core/src/server/agent/pageAgent.ts
+7
-4
M
packages/playwright-core/src/server/agent/tool.ts
+37
-2
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-generate.json
+5
-198
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-run.json
+5
-89
M
tests/library/__llm_cache__/library-agent-expect-expectURL-success.json
+10
-145
M
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex-error.json
+10
-202
M
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex.json
+10
-91
M
tests/library/__llm_cache__/library-agent-expect-expectURL-wrong-URL-error.json
+10
-118
M
tests/library/__llm_cache__/library-agent-limits-should-respect-max-actions-limit.json
+14
-94
M
tests/library/__llm_cache__/library-agent-perform-click-a-button.json
+3
-3
M
tests/library/__llm_cache__/library-agent-perform-expect-value.json
+10
-36
M
tests/library/__llm_cache__/library-agent-perform-extract-task.json
+10
-10
M
tests/library/__llm_cache__/library-agent-perform-perform-history.json
+6
-6
A
tests/library/__llm_cache__/library-agent-perform-perform-reports-error.json
+55
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
+7
-7
M
tests/library/agent-perform.spec.ts
+11
-1
Browse files at this commit โ