Advertisement
Guest User

Untitled

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