GitClassic
Feed
Explore
Random
Go Pro
Sign in
microsoft
/
playwright
Code
/
Commits
/ 71e9e8e
chore(perform): expectTitle (#38836)
Simon Knott
committed on Jan 19, 2026, 11:52 AM
Showing
22
changed files
+276 additions
-102 deletions
M
packages/playwright-core/src/server/agent/actionRunner.ts
+16
M
packages/playwright-core/src/server/agent/actions.ts
+8
M
packages/playwright-core/src/server/agent/codegen.ts
+4
M
packages/playwright-core/src/server/agent/expectTools.ts
+21
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-generate.json
+6
-6
M
tests/library/__llm_cache__/library-agent-expect-expect-timeout-during-run.json
+5
-5
A
tests/library/__llm_cache__/library-agent-expect-expectTitle-success.json
+29
A
tests/library/__llm_cache__/library-agent-expect-expectTitle-wrong-title-error.json
+29
M
tests/library/__llm_cache__/library-agent-expect-expectURL-success.json
+11
-11
M
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex-error.json
+30
-12
M
tests/library/__llm_cache__/library-agent-expect-expectURL-with-regex.json
+12
-12
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
+27
-15
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
+8
-8
M
tests/library/__llm_cache__/library-agent-perform-extract-task.json
+3
-3
M
tests/library/__llm_cache__/library-agent-perform-perform-history.json
+2
-2
M
tests/library/__llm_cache__/library-agent-perform-perform-reports-error.json
+9
-9
M
tests/library/__llm_cache__/library-agent-perform-perform-run-timeout.json
+1
-1
M
tests/library/__llm_cache__/library-agent-perform-retrieve-a-secret.json
+4
-4
M
tests/library/agent-expect.spec.ts
+38
M
tests/library/agent-perform.spec.ts
-1
Browse files at this commit โ