chrome_options = webdriver.ChromeOptions() chrome_options.add_experimental_option("detach", True) driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options)
해당 옵션을 제공 시 코드 종료 후 꺼지지 않음