1.device id会变,2.调试界面不能点击
Opened this issue · 1 comments
kankanai commented
Description
1.device id 每次新打开页面访问就会变,但是正常情况下一个浏览器就一个。(可以使用localStorage存储的方式实现)
2.预览的界面希望可以加上点击功能,这样就齐全了,能看还能点。
我猜想可以根据点击的元素找到具体的selector, 或者是xpath什么的,然后映射到客户端实现点击。
不知道是否可行,也许有更好的方式哈,总之能支持就更好了,是一个跨越的一大步!
Suggested solution
都写到description里了
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.
wqcstrong commented
- 设计如此。deviceId 本质是服务端维护的 “房间号”,每个房间里可以有 N 个调试端和 1 个客户端。不放在 localStorage 是因为客户端多个页面连接到一个房间,会导致房间里有多个客户端,进而调试端收到的消息错乱;
- 预览界面仅支持「看」;
欢迎提出更多想法 ❤️~