Commit Graph

246 Commits

Author SHA1 Message Date
Tommy D. Rossi 0bc8119f18 Create debugger.md 2025-12-16 20:37:41 +01:00
Tommy D. Rossi 640f0e88c2 cache cdp session 2025-12-16 19:53:27 +01:00
Tommy D. Rossi 7aacc619cb nn 2025-12-16 19:48:15 +01:00
Tommy D. Rossi 0a36692371 add cdp session. fix tests with it 2025-12-16 19:46:38 +01:00
Tommy D. Rossi d593e20a3c new getcdpsession 2025-12-16 19:40:58 +01:00
Tommy D. Rossi 31cd9b2a3f nn 2025-12-16 19:04:58 +01:00
Tommy D. Rossi be1dddf2b6 fix tests for DPI 2025-12-16 19:04:48 +01:00
Tommy D. Rossi bfd370bdd8 add setDeviceScaleFactorForMacOS fo fix DPI on mac 2025-12-16 19:00:22 +01:00
Tommy D. Rossi 9ed8cb344b Create wait-for-page-load.ts 2025-12-15 13:55:19 +01:00
Tommy D. Rossi bf9c80bad0 release: playwriter 0.0.18 2025-12-13 18:07:35 +01:00
Tommy D. Rossi d341e80270 ready to use baby 2025-12-13 18:05:50 +01:00
Tommy D. Rossi 1f265a0270 update changelog for 0.0.17 CDP tests and test refactoring 2025-12-11 17:30:17 +01:00
Tommy D. Rossi 6a864cc40f changed logFilePath. add more CDP tests 2025-12-11 17:29:36 +01:00
Tommy D. Rossi 1a7cdd271e Update manifest.json 2025-12-09 12:28:26 +01:00
Tommy D. Rossi 376ebb06f8 nicer description 2025-12-09 12:22:58 +01:00
Tommy D. Rossi 57e63bbc12 fix stagehand timeout - send attachedToTarget after attachToTarget returns (0.0.16) 2025-12-08 15:41:47 +01:00
Tommy D. Rossi 7d66507299 bump playwriter to 0.0.15 - fix logger safety 2025-12-08 15:35:18 +01:00
Tommy D. Rossi 3900f5e49f bump playwriter to 0.0.14 2025-12-08 15:32:01 +01:00
Tommy D. Rossi d20cea7c49 add test for stagehand. Target.attachToTarget handling and better DCP types 2025-12-08 15:13:51 +01:00
Tommy D. Rossi e5630d76a3 nn 2025-12-08 12:35:18 +01:00
Tommy D. Rossi 07481520df nicer ext 2025-12-07 17:51:46 +01:00
Tommy D. Rossi df691c2fc5 Update background.ts 2025-11-28 21:39:05 +01:00
Tommy D. Rossi 30d3a84494 fix: use os.homedir() for Windows compatibility 2025-11-28 17:21:55 +01:00
Tommy D. Rossi 3ce41b0263 chore: bump playwriter to 0.0.12 2025-11-28 17:16:28 +01:00
Tommy D. Rossi 7a928b2803 Merge pull request #1 from JosXa/fix/windows-path-resolution
fix: use fileURLToPath for prompt.md path resolution
2025-11-28 16:57:08 +01:00
Tommy D. Rossi a8ab268200 nicer green icon 2025-11-28 16:46:17 +01:00
JosXa dbc44e3fbb fix: use fileURLToPath for prompt.md path resolution 2025-11-28 15:48:34 +01:00
Tommy D. Rossi 1947a5eb6b show connected tab count badge on extension icon 2025-11-28 15:18:11 +01:00
Tommy D. Rossi 258691de15 nn 2025-11-27 15:50:44 +01:00
Tommy D. Rossi 85dd937fe4 improve accessibilitySnapshot diff: preserve baseline, use contextLines for hunks 2025-11-27 15:25:29 +01:00
Tommy D. Rossi 36d0458243 bump 2025-11-26 17:01:34 +01:00
Tommy D. Rossi fb9c7e1e37 nn 2025-11-26 17:00:40 +01:00
Tommy D. Rossi b60ecdd2c1 layout shift 2025-11-25 19:37:33 +01:00
Tommy D. Rossi d81e6173c0 add architecture diagram to README 2025-11-25 19:08:45 +01:00
Tommy D. Rossi 2e40166063 update banners from new source 2025-11-25 18:47:32 +01:00
Tommy D. Rossi b70de75b76 switch banners back to png with transparency 2025-11-25 18:43:23 +01:00
Tommy D. Rossi d2679e976c switch banners to jpeg format 2025-11-25 18:41:14 +01:00
Tommy D. Rossi 5a37c9e905 regenerate banners from updated source 2025-11-25 18:36:51 +01:00
Tommy D. Rossi 5df2261126 update banners with new source, add transparency and compress 2025-11-25 18:30:15 +01:00
Tommy D. Rossi 5f358d73b5 add dark mode banner, move image to top 2025-11-25 18:17:37 +01:00
Tommy D. Rossi d18ba85e78 add banner image to README 2025-11-25 18:15:39 +01:00
Tommy D. Rossi 4325d61c4d testing snaps 2025-11-25 18:15:24 +01:00
Tommy D. Rossi 4f8a95b104 Update AGENTS.md 2025-11-25 12:58:39 +01:00
Tommy D. Rossi b800fc4906 better test 2025-11-25 12:58:24 +01:00
Tommy D. Rossi 7588e2a54c fix: page.url() returning empty after extension runs for a while
Target.targetInfoChanged handler was updating parent page's cached
targetInfo with child target info (service workers, iframes) because
it looked up targets by sessionId instead of targetId.

Now correctly iterates connectedTargets to find matching targetId.
2025-11-25 12:55:35 +01:00
Tommy D. Rossi 1681c76ede how to debug mcp 2025-11-25 12:38:36 +01:00
Tommy D. Rossi 1ceb29f5b3 better error handling in mcp 2025-11-25 11:09:20 +01:00
Tommy D. Rossi 632835b5df do not try to reconnect on connecting 2025-11-25 10:39:17 +01:00
Tommy D. Rossi 3f76e5764c add timeout for sendToExtension 2025-11-25 10:39:10 +01:00
Tommy D. Rossi 5d4abb3cde add a missing disconnected state 2025-11-25 10:36:40 +01:00