mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-12-06 17:48:40 +01:00
Support running Chrome 119 from source (#960)
This commit is contained in:
@@ -166,10 +166,6 @@ def get_webdriver(proxy: dict = None) -> WebDriver:
|
||||
driver_exe_path = "/app/chromedriver"
|
||||
else:
|
||||
version_main = get_chrome_major_version()
|
||||
# Fix for Chrome 115
|
||||
# https://github.com/seleniumbase/SeleniumBase/pull/1967
|
||||
if int(version_main) > 114:
|
||||
version_main = 114
|
||||
if PATCHED_DRIVER_PATH is not None:
|
||||
driver_exe_path = PATCHED_DRIVER_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user