Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. FirefoxProfileManager profileManager = new FirefoxProfileManager();
  2. FirefoxProfile profile = profileManager.GetProfile("HARDDISKUSER");
  3. profile.SetPreference("javascript.enabled", false);
  4. this.driver = new FirefoxDriver(profile);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement