We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eba22b commit 3280b00Copy full SHA for 3280b00
webdriver_manager/core/driver_cache.py
@@ -68,6 +68,8 @@ def __get_binary(self, files, driver_name):
68
for f in files:
69
if 'LICENSE' in f:
70
continue
71
+ if 'THIRD_PARTY' in f:
72
+ continue
73
if driver_name in f:
74
return f
75
0 commit comments