Created
August 27, 2014 19:25
-
-
Save barancev/381f17ec8d3266afc802 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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