WebDriver test fetch should use environment var too

This commit is contained in:
dgtlmoon
2021-08-12 12:33:31 +02:00
parent d87c643e58
commit df08d51d2a
+1 -1
View File
@@ -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