21. How would you
make sure that a particular feature is enable or disabled in the browser
launched or how would launch a browser with some specific properties.
FirefoxProfile
profile = new FirefoxProfile();
profile.setPreference("browser.startup.homepage",
...
Selenium Super 30 Interview Questions - 3
