playwright-mcp/src
Ryosuke Iwanaga 49979641fa
fix: require is not defined (#334)
Since it's moved to ESM, `require` isn't defined.
This hotfix is just recreating `require` to workaround this issue.
2025-05-02 21:19:54 -07:00
..
resources chore: migrate to ESM (#303) 2025-04-30 23:06:56 +02:00
tools fix: require is not defined (#334) 2025-05-02 21:19:54 -07:00
config.ts chore: save downloads to outputDir (#310) 2025-05-02 10:57:31 +02:00
context.ts fix: sticky launch errors (#324) 2025-05-02 15:32:37 +02:00
index.ts chore: allow generating tests for script (#331) 2025-05-02 17:41:58 -07:00
javascript.ts feat: respond with action and generated locator (#181) 2025-04-15 10:55:20 -07:00
manualPromise.ts feat(dialog): handle dialogs (#212) 2025-04-17 14:03:13 -07:00
pageSnapshot.ts chore: split context.ts into files (#284) 2025-04-28 16:14:16 -07:00
program.ts lint: ban console output (#317) 2025-04-30 14:15:32 -07:00
server.ts chore: migrate to ESM (#303) 2025-04-30 23:06:56 +02:00
tab.ts chore: save downloads to outputDir (#310) 2025-05-02 10:57:31 +02:00
transport.ts lint: ban console output (#317) 2025-04-30 14:15:32 -07:00