Configure Firefox browser with custom options and verify browser launch
Preconditions (2)
Step 1: Create a FirefoxOptions object
Step 2: Set the browser to run in headless mode
Step 3: Add an argument to disable notifications
Step 4: Set a custom profile if needed
Step 5: Initialize FirefoxDriver with these options
Step 6: Navigate to https://www.example.com
Step 7: Verify the page title is 'Example Domain'
✅ Expected Result: Firefox browser launches with the specified options, navigates to the page, and the page title matches 'Example Domain'