浏览器内录制器
1 分•作者: mrifni•9 个月前
有哪些方法可以实现在浏览器内录制用户未控制的网页?
使用场景是,用户输入任意网页 URL,然后应该有一个按钮来录制用户的浏览器交互。用户输入的网页 URL 可以是一个 iframe 或其他选项(我接受任何想法)。我探索过的选项:
01. 编写 Chrome 扩展程序 - 不适用于我的用例
02. rrweb - 由于安全原因,不支持 iframe 交互捕获
谢谢
查看原文
what options available to do an in-browser recording of a webpage not controlled by the user ?
Use case is, user will input any webpage URL and there should be a button to record the users browser interaction. The webpage url user entering can be an iframe or some other option (i am open to ideas). Option I explored<p>01. Writing a chrome extention - Wont work for my use case
02. rrweb - doesnt support iframes interaction capture due to security<p>thanks