파이썬 chrome webDriver 자동 꺼짐 해결

Lee·2023년 10월 1일
0
chrome_options = webdriver.ChromeOptions()

chrome_options.add_experimental_option("detach", True)
driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=chrome_options)

해당 옵션을 제공 시 코드 종료 후 꺼지지 않음

profile
잡다한 개발자

0개의 댓글