from selenium import webdriver
driver = webdriver.Chrome()
driver.get('http://vk.com')
Ошибка
C:\Users\Админ\AppData\Local\Programs\Python\Python37-32\python.exe C:/Python/python.py
Traceback (most recent call last):
File "C:\Users\Админ\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\common\service.py", line 76, in start
stdin=PIPE)
File "C:\Users\Админ\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "C:\Users\Админ\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] Не удается найти указанный файл
During handling of the above exception, another exception occurred: