How do I pass Firefox options with Serenity?

How can I pass Firefox options with Serenity?

Hello Macy,

You can pass Firefox options as shown below:

  FirefoxOptions options = new FirefoxOptions()
      .addPreference("browser.startup.page", 1)