wvanmourik

Results 1 issues of wvanmourik

At the moment, the code is: public void loadFirefoxProfileFromDirectory(String directory) { defaultWebDriverSupplier.setCustomProfilePreferencesFile(new File(directory)); } It should be: public void loadFirefoxProfileFromDirectory(String directory) { defaultWebDriverSupplier.setProfileDirectory(new File(directory)); } I am guessing this typo...