How do we can pass "remote-debugging-port" argument with the Firefox Options in an Automation test case?

How do we can pass “remote-debugging-port” argument with the Firefox Options in an Automation test case?

Hi Miro,

You can pass this “remote-debugging-port” argument with the FirefoxOptions as:

"moz:firefoxOptions": {

         "args": [

        "--start-debugger-server",

        "6000"
      ]
      }