Verify browser profile settings are applied correctly in Selenium
Preconditions (2)
Step 1: Create a new Firefox profile with a custom preference (e.g., disable images loading)
Step 2: Launch Firefox browser using Selenium WebDriver with the created profile
Step 3: Navigate to a website that contains images (e.g., https://example.com)
Step 4: Verify that images are not loaded due to the profile setting
✅ Expected Result: Firefox browser launches with the custom profile settings applied, and images on the website do not load