Prefer double-quoted strings

This commit is contained in:
sebthom
2022-01-31 07:47:03 +01:00
parent e68a02b76b
commit 8c2d340b56
3 changed files with 43 additions and 43 deletions

View File

@@ -49,8 +49,8 @@ class SeleniumMixin:
LOG.info(" -> Custom chrome argument: %s", chrome_option)
browser_options.add_argument(chrome_option)
browser_options.add_experimental_option('excludeSwitches', ['enable-automation'])
browser_options.add_experimental_option('useAutomationExtension', False)
browser_options.add_experimental_option("excludeSwitches", ["enable-automation"])
browser_options.add_experimental_option("useAutomationExtension", False)
browser_options.add_experimental_option("prefs", {
"credentials_enable_service": False,
"profile.password_manager_enabled": False,