MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / _special_binary_exists

Function _special_binary_exists

seleniumbase/core/browser_launcher.py:2049–2055  ·  view source on GitHub ↗
(location, name)

Source from the content-addressed store, hash-verified

2047
2048
2049def _special_binary_exists(location, name):
2050 filename = str(location).split("/")[-1].split("\\")[-1]
2051 return (
2052 location
2053 and str(name).lower() in filename.lower()
2054 and os.path.exists(location)
2055 )
2056
2057
2058def _repair_chromedriver(chrome_options, headless_options, mcv=None):

Callers 2

get_driverFunction · 0.85
get_local_driverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…