
WebDriverWait(driver, 200).until(EC.element_to_be_clickable((By.CSS_SELECTOR,

#downloadcsv= driver.find_element(By.XPATH, driver.find_element(By.CLASS_NAME, "dialog_form_actions") Options.add_experimental_option('excludeSwitches', )ĭriver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=options) from selenium import webdriverįrom import Keysįrom webdriver_manager.chrome import ChromeDriverManagerįrom import Byįrom import Serviceįrom import WebDriverWaitįrom import expected_conditions as EC Kindly have a look in below code which i'm tried and advise me your knowledge friends. I've tried using XPath, Class and CSS selector methods. I'm trying to download it with automating the task by python script by using selenium library.

References: Class name of that file in html, Excel file to be downloadedįriends, I'm trying to download the excel file from this world bank org website.
