Ошибка Selenium: No connection could be made because the target machine actively refused it [мейл требует русский текст]
___
from selenium import webdriver
driver = webdriver.Chrome()
driver.get('https://google.com')
# какой-то код...
driver.quit()
driver.get('https://google.com')
driver.quit()
Первый get выполняется нормально, второй выдает такую ошибку. Что делаю не так?
(VS code) Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it
По дате
По Рейтингу
Ну как-то нелогично, quit, а потом get делать) Запускай тогда уж заново его что ли...