From 43e8aee8130d8c4650ce4c888def857581eec138 Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 1 Jan 2020 22:17:45 +0100 Subject: [PATCH] Update __init__.py --- undetected_chromedriver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undetected_chromedriver/__init__.py b/undetected_chromedriver/__init__.py index dc9b67b..d32d659 100644 --- a/undetected_chromedriver/__init__.py +++ b/undetected_chromedriver/__init__.py @@ -41,7 +41,7 @@ class Chrome: if not ChromeDriverManager.selenium_patched: ChromeDriverManager(*args, **kwargs).patch_selenium_webdriver() instance = object.__new__(_Chrome) - instance.__init__(options=ChromeOptions(), *args, **kwargs) + instance.__init__(*args, **kwargs) instance.execute_cdp_cmd( "Page.addScriptToEvaluateOnNewDocument", {