How do i change the download path dynamically during runtime using chrome in Selenium
问题 I have 20 pages and each page have 2 testcases and each testcase download a number of files. I want to change the download directory for each test case at runtime. Here is the 'TestBaseClass' code which downloading all the files in one particular folder from where I have to separate them as per category and place them into a particular folder. There are 20 folders and each folder is having 2 subfolders 'ChapterLevel' & 'PracticeLevel' in which I do have to place it manually. Is it possible to