mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-16 10:26:29 +00:00
WebDriver test fetch should use environment var too
This commit is contained in:
@@ -94,7 +94,7 @@ class html_webdriver(Fetcher):
|
||||
from selenium.common.exceptions import WebDriverException
|
||||
|
||||
driver = webdriver.Remote(
|
||||
command_executor='http://browser-chrome:4444/wd/hub',
|
||||
command_executor=self.command_executor,
|
||||
desired_capabilities=DesiredCapabilities.CHROME)
|
||||
|
||||
# driver.quit() seems to cause better exceptions
|
||||
|
||||
Reference in New Issue
Block a user