Kill_WA

Results 1 comments of Kill_WA

i fixed the issue by changing the line 64 in CodeForcesScrapper file driver = webdriver.Chrome(ChromeDriverManager().install(), options=options) by these two lines : option = webdriver.ChromeOptions() driver = webdriver.Chrome(options = option) Or...