How do I pass Firefox options?

How do I pass Firefox options for PHP Codeception?

Hi Tom,

To pass Firefox options, please refer to the code below:

class_name: AcceptanceTester
modules:
    enabled:
        - WebDriver:
    config:
        WebDriver:
          host: 'LT_USERNAME:LT_ACCESS_KEY@hub.lambdatest.com'
          port: 80
          url: 'https://lambdatest.github.io/'
          browser: safari
          capabilities: 
                        "browserName": "Firefox",
                        "browserVersion": "103.0",
                        "LT:Options": {
                                "platformName": "MacOS Monterey",
                                "project": "Untitled",
                                "selenium_version": "4.0.0"
                        }