Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fix loading firefox profile from directory (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed May 7, 2014
1 parent 9928e67 commit ee545b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void loadCustomBrowserPreferencesFromFile(String filename) {
* @param directory
*/
public void loadFirefoxProfileFromDirectory(String directory) {
defaultWebDriverSupplier.setCustomProfilePreferencesFile(new File(directory));
defaultWebDriverSupplier.setProfileDirectory(new File(directory));
}

/**
Expand Down

0 comments on commit ee545b8

Please sign in to comment.