j-foreman

Results 2 issues of j-foreman

I run the following script: ``` import logging import undetected_chromedriver as uc logging.basicConfig(level=logging.DEBUG) driver = uc.Chrome() input("return to continue") driver.quit() input("return to continue") ``` and I get the following output...