How do I set Firefox options within the BrowserDriver when using automated browser testing from nodejs?

How do I set Firefox options within the BrowserDriver when using automated browser testing from nodejs?

Hi Dipen Soni,

You can pass the arguments as shown above in the example for firefox:

"moz:firefoxOptions": {
"args": [
"--start-debugger-server",
"6000"
]
}