kutuzof
kutuzof

Reputation: 660

How can I tell selenium to start firefox with certain commandline options?

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

Answers (1)

kutuzof
kutuzof

Reputation: 660

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

That's probably the answer...

Upvotes: 2

Related Questions