Reputation: 660
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?
Upvotes: 1
Views: 665
Reputation: 660
oops, it seems there is a method: FirefoxBinary.addCommandLineOptions()
That's probably the answer...
Upvotes: 2