Using Selenium Web-driver in Java, am trying to download a file on click of a link in an Application.
i.e. On click of a Link the download should begin without askin
Use the following:
setPreference("browser.helperApps.alwaysAsk.force", false);