I've tried everything, but I can not get the code working.
from selenium import webdriver
driver = webdriver.Chrome()
driver.get("http://www.google.com")
It stops on the second line, the browser does not open. I already downloaded chromedriver.exe, I put it in the same folder as the project, already tried pointing to the diterório, but it does not work. The code does not point to any error, the code simplicissamente stops in the second line.