Metadata-Version: 2.1
Name: auto-download-undetected-chromedriver
Version: 0.10
Summary: Script to automatically download the right undetected chromedriver version
Home-page: https://github.com/hansalemaos/auto_download_undetected_chromedriver
Author: Johannes Fischer
Author-email: <aulasparticularesdealemaosp@gmail.com>
License: MIT
Keywords: chromedriver,selenium,patched,bot,automation
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: undetected-chromedriver


### Script to automatically download the right undetected chromedriver version



[GitHub - ultrafunkamsterdam/undetected-chromedriver: Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)](https://github.com/ultrafunkamsterdam/undetected-chromedriver)



```python

How to use:

$pip install auto-download-undetected-chromedriver

from auto_download_undetected_chromedriver import download_undetected_chromedriver

path = download_undetected_chromedriver(folder_path_for_exe='f:\\undetectedchromedriver',undetected=True)



    Parameters:

        folder_path_for_exe:str

            folder to save chromedriver.exe

            if it does not exist, it will be created

        undetected:bool

            True - chromedriver will be downloaded and patched: https://github.com/ultrafunkamsterdam/undetected-chromedriver

            False - download regular chromedriver

    Returns:

        executable_path:str

```

