From 3280b007d7e508b8190f1cb717a92229e53742f7 Mon Sep 17 00:00:00 2001 From: Jae <71599416+Jheesbrough@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:10:30 +0100 Subject: [PATCH] Update driver_cache.py (#666) --- webdriver_manager/core/driver_cache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webdriver_manager/core/driver_cache.py b/webdriver_manager/core/driver_cache.py index 8d58442d..58a35a5a 100644 --- a/webdriver_manager/core/driver_cache.py +++ b/webdriver_manager/core/driver_cache.py @@ -68,6 +68,8 @@ def __get_binary(self, files, driver_name): for f in files: if 'LICENSE' in f: continue + if 'THIRD_PARTY' in f: + continue if driver_name in f: return f