()
| 2012 | |
| 2013 | |
| 2014 | def 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 | |
| 2022 | def headless_iedriver_on_path(): |
no outgoing calls
no test coverage detected
searching dependent graphs…