This commit is contained in:
Tommy D. Rossi
2026-02-05 22:31:09 +01:00
parent 2a95cc9a9a
commit d3a87cab2c
2 changed files with 13 additions and 1 deletions
+6
View File
@@ -271,3 +271,9 @@ you can find the logfile for playwriter executing `playwriter logfile`. read tha
```bash
jq -r '.direction + "\t" + (.message.method // "response")' /tmp/playwriter/cdp.jsonl | uniq -c
```
## testing iframe behaviour with snapshots and out of process frames
iframes are a complex feature in CDP and playwriter. to test a real world scenario follow the document ./docs/framer-iframe-snapshot-guide.md manually. using global playwriter cli. restarting relay killing port 19988 first.
do this when user asks to try framer iframes.