How can I pass Firefox options using SpecFlow?

How can I pass Firefox options using SpecFlow?

Hi Joe!

To pass Firefox options using C# SpecFlow, you can the command as shown below:

FirefoxOptions options = new FirefoxOptions();