Fix PLAYWRIGHT_DRIVER_URL default value (cf. #587) (#599)

This commit is contained in:
weeix
2022-05-14 22:34:44 +02:00
committed by GitHub
parent b6c50d3b1a
commit 31fea55ee4
+1 -1
View File
@@ -97,7 +97,7 @@ class base_html_playwright(Fetcher):
self.browser_type = os.getenv("PLAYWRIGHT_BROWSER_TYPE", 'chromium').strip('"')
self.command_executor = os.getenv(
"PLAYWRIGHT_DRIVER_URL",
'ws://playwright-chrome:3000/playwright'
'ws://playwright-chrome:3000'
).strip('"')
# If any proxy settings are enabled, then we should setup the proxy object