Skip to content

Instantly share code, notes, and snippets.

@barancev
Created August 27, 2014 19:25
Show Gist options
  • Save barancev/381f17ec8d3266afc802 to your computer and use it in GitHub Desktop.
Save barancev/381f17ec8d3266afc802 to your computer and use it in GitHub Desktop.
FirefoxProfile profile = new FirefoxProfile();
profile.setPreference(FirefoxProfile.ALLOWED_HOSTS_PREFERENCE, "alias1,alias2");
WebDriver driver = new FirefoxDriver(profile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment