How can I tell selenium to start firefox with cert

2019-03-03 09:18发布

问题:

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 the firefox binary?

回答1:

oops, it seems there is a method: FirefoxBinary.addCommandLineOptions()

That's probably the answer...