I ran into a problem while working with Selenium. For my project, I have to use Chrome. However, I can't connect to that browser after launching it with Selenium.
For some reason, Selenium can't find Chrome by itself. This is what happens when I try to l...