mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2026-04-26 18:05:35 +02:00
Support running Chrome 119 from source (#960)
This commit is contained in:
@@ -464,11 +464,9 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
|
||||
)
|
||||
self.browser_pid = browser.pid
|
||||
|
||||
# Fix for Chrome 115
|
||||
# https://github.com/seleniumbase/SeleniumBase/pull/1967
|
||||
|
||||
service = selenium.webdriver.chromium.service.ChromiumService(
|
||||
executable_path=self.patcher.executable_path,
|
||||
service_args=["--disable-build-check"]
|
||||
self.patcher.executable_path
|
||||
)
|
||||
|
||||
super(Chrome, self).__init__(
|
||||
|
||||
Reference in New Issue
Block a user