Support running Chrome 119 from source (#960)

This commit is contained in:
ilike2burnthing
2023-11-13 04:23:06 +00:00
committed by GitHub
parent 5085ca6990
commit 04858c22fd
3 changed files with 13 additions and 9 deletions

View File

@@ -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__(