ff-rdp-cli 0.2.0

CLI for Firefox Remote Debugging Protocol
1
2
3
4
5
6
7
8
9
10
{
  "from": "server1.conn0.child2/consoleActor3",
  "hasException": false,
  "input": "JSON.stringify(...)",
  "result": "{\"entries\":[{\"name\":\"https://example.com/app.js\",\"initiatorType\":\"script\",\"duration\":42.5,\"transferSize\":12345,\"encodedBodySize\":12000,\"decodedBodySize\":36000,\"startTime\":100.0,\"responseEnd\":142.5,\"nextHopProtocol\":\"h2\"},{\"name\":\"https://example.com/favicon.ico\",\"initiatorType\":\"img\",\"duration\":10.25,\"transferSize\":1024,\"encodedBodySize\":900,\"decodedBodySize\":900,\"startTime\":50.0,\"responseEnd\":60.25,\"nextHopProtocol\":\"h2\"}],\"hostname\":\"example.com\"}",
  "resultID": "1775437183977.373-0",
  "startTime": 1775437183977.373,
  "timestamp": 1775437183980.721,
  "type": "evaluationResult"
}