From 269777377cecc495af66f32c8da64a926794cdb2 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 8 Aug 2023 11:50:23 +0800 Subject: [PATCH] Selenium 4.11.0 Release with Chrome For Testing Browser --- chrome_tixcraft.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 8c14881..9f9b27b 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -454,7 +454,12 @@ def load_chromdriver_normal(config_dict, driver_type): try: driver = webdriver.Chrome(service=chrome_service, options=chrome_options) except Exception as exc2: - pass + print("Selenium 4.11.0 Release with Chrome For Testing Browser.") + try: + driver = webdriver.Chrome(service=Service(), options=chrome_options) + except Exception as exc3: + print(exc3) + pass if driver_type=="stealth":