Open drpresq opened 3 years ago
It should work for both Linux and Windows. If the platform is Linux it runs find / -iname chromedriver 2>/dev/null
. If the platform is not linux it assumes windows and runs dir C:\chromedriver.exe /b/s
which returns the path to chromedriver.exe starting from the C drive.
Changed chromedriver string to dynamic from static Various PEP 8 formatting adjustments