I\'m using a custom firefox binary with selenium that is dependant on specific commandline parameters.
How can I tell selenium to use these parameters when executing th
oops, it seems there is a method: FirefoxBinary.addCommandLineOptions()
That's probably the answer...