Open
Description
Description
当前有个场景,会在网页集成有多iframe
目前我看顶层页面的回放录制视频是正常的,能显示iframe内的效果
但也有问题,比如日志、请求、storage等 都只有顶层页面的
实时调试,就只能看到顶层的效果,任何内层iframe的显示、日志等都无法看到
现在我做法只能是 各自初始化+各自看日志
对于iframe之间的交互以及日志接口等 就很难串联起来
Suggested solution
我想的解决方案是,每个iframe都初始化pagespy,但声明同一个房间号
实时调试的话,有个房间号,既然是取dom内容,那能不能归集到一起,多个窗口共用一个房间号,dom合并,日志接口合并,就像chrome的f12一样
回放录制的话,就更简单了,现在录屏没得问题,就日志,接口、storage等按时间和域名分开显示就行
看这种方式可行不
Alternative
No response
Additional context
No response
Validations
- Read the FAQ.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.