SmartWifi Viet Nam
Results
2
comments of
SmartWifi Viet Nam
@BenoitYU From v2, browser excutable path can be passed like this: ``` chrome_exe_path = "your_chrome_path" options = uc.ChromeOptions() options.binary_location = chrome_exe_path driver = uc.Chrome( options=options, ) ``` So the browser_executable_path...
> I vote for this PR too. The `executable_path` is a must have in my case. Without it the chromedriver is downloaded during each app start which > > 1....