* @throws IllegalArgumentException exception.
*/
@Test(expected = IllegalArgumentException.class)
public void firefoxNotFoundIn_webdriver_firefox_bin() throws IOException, IllegalArgumentException {
System.setProperty(WEBDRIVER_FIREFOX_BIN, folder.newFolder().getAbsolutePath());
new FirefoxDriverFactory().newInstance(new DriverOptions());
}