Skip to main content

Downloads are started automatically

Project description

Downloads are started automatically

# Tested with:
# https://github.com/ultrafunkamsterdam/undetected-chromedriver
# Python 3.9.13
# Windows 10


$pip install a-selenium-download-without-asking

from a_selenium_download_without_asking import enable_download_without_asking
from auto_download_undetected_chromedriver import download_undetected_chromedriver
import undetected_chromedriver as uc


if __name__ == "__main__":
    folderchromedriver = "f:\\seleniumdriver2"
    path = download_undetected_chromedriver(
        folder_path_for_exe=folderchromedriver, undetected=True
    )
    driver = uc.Chrome(driver_executable_path=path)
    enable_download_without_asking(driver, download_dir="f:\\testdownload")
    driver.get(
        r"https://github.com/hansalemaos/DigiDeutsch/raw/main/digi_deutsch_setup.exe"
    )

Project details


Release history Release notifications | RSS feed

This version

0.10

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page