mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Prefer double-quoted strings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user