ff-rdp-cli 0.2.0

CLI for Firefox Remote Debugging Protocol
{
  "from": "root",
  "tabs": [
    {
      "actor": "server1.conn0.tabDescriptor1",
      "browserId": 3,
      "browsingContextID": 16,
      "isZombieTab": false,
      "outerWindowID": 35,
      "selected": true,
      "title": "Example Domain",
      "traits": {
        "supportsNavigation": true,
        "supportsReloadDescriptor": true,
        "watcher": true
      },
      "url": "https://example.com/"
    },
    {
      "actor": "server1.conn0.tabDescriptor2",
      "browserId": 4,
      "browsingContextID": 17,
      "isZombieTab": false,
      "outerWindowID": 36,
      "selected": false,
      "title": "Rust Programming Language",
      "traits": {
        "supportsNavigation": true,
        "supportsReloadDescriptor": true,
        "watcher": true
      },
      "url": "https://www.rust-lang.org/"
    }
  ]
}