mdonova33

Results 3 comments of mdonova33

> If you dont want to redownload every time, use > > ```python > Chrome(driver_executable_path="your/driver/path/chromedriver") > ``` > > and if you want specific version @eNcacz > > ```python >...

@rbecerril could you show a snippet? I have the following line: `uc.Chrome(options=chrome_options,version_main=101, driver_executable_path="/home/mike/.local/share/undetected_chromedriver/chromedriver", use_subprocess=True)` And it's still downloading the driver every single time. Am I missing something? @ultrafunkamsterdam

> sure, I use a patch: > > ``` > """ a patch to chromedriver is needed to be able to set the path of the executable """ > def...