Jason Kolodziej
Results
1
issues of
Jason Kolodziej
in webbot.py I feel that this edit is more significant to resolving which driver to use.. ``` if(not showWindow): options.set_headless(headless=True) ; driverfilename = "chrome_linux" if sys.platform=='linux' or sys.platform=="linux2" else "chrome_windows.exe"...