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

Function iedriver_on_path

seleniumbase/core/browser_launcher.py:2014–2019  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2012
2013
2014def iedriver_on_path():
2015 paths = os.environ["PATH"].split(os.pathsep)
2016 for path in paths:
2017 if os.path.exists(path + "/IEDriverServer.exe"):
2018 return True
2019 return False
2020
2021
2022def headless_iedriver_on_path():

Callers 1

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…