Download files in Chrome browser using selenium WebDriver
There are situations where we need to Download files from browser, Save in a specified folder on hard disk. We will use ChromeOptions to set browser preferences [much simpler way] Disable file save dialog set download path Download the Chrome driver with respect to your browser version from https://chromedriver.chromium.org/downloads public class Test { static WebDriver…