From 3e493a23a7a72ce2d77570f2cac8d7f373e59022 Mon Sep 17 00:00:00 2001 From: Jae <71599416+Jheesbrough@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:00:39 +0100 Subject: [PATCH] Update driver_cache.py --- 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