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
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
File details
Details for the file a_selenium_download_without_asking-0.10.tar.gz
.
File metadata
- Download URL: a_selenium_download_without_asking-0.10.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
05f4aeb943043aaf27b764f2bec4149a39de32a02e47f52ce935685c93491a68
|
|
MD5 |
59009f0689f56ff30b2feaba92d2a7c7
|
|
BLAKE2b-256 |
954d0755a41be0d058e9e802c52d861f44db1cf9653db1364b39fde0aadc3a4e
|
File details
Details for the file a_selenium_download_without_asking-0.10-py3-none-any.whl
.
File metadata
- Download URL: a_selenium_download_without_asking-0.10-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
983ae7c7a264eb0a75dab5d37910e18783e861eeb260876825218092fafdc150
|
|
MD5 |
29cfa26bb3887b272dea55ac672a628e
|
|
BLAKE2b-256 |
33f52a9e21dbac28b4a38831ad3335105dc023830d0c6382a109d0b4fee61422
|