Chrome调试协议是在Chrome上开发的非常好的协议,如果Firefox支持,我正在寻找类似的远程调试协议。
众所周知,Firebug是Firefox的调试工具,但是它作为插件/扩展运行,我需要调试Firefox,使用websocket或其他协议将分离的客户端连接到Firefox,然后对网络等进行一些统计
答案 0 :(得分:0)
请参阅:https://firefox-source-docs.mozilla.org/remote/index.html。
它确实支持chrome devtools协议的子集。
AFAIK,如果您试图像Chrome一样驱动浏览器,那么它将无法正常工作。