@@ -61,7 +61,7 @@ driver = webdriver.Chrome(chrome_options=chrome_options,executable_path=chrome98
for i in range(12):
url=random.choice(lst)
print(url)
- driver.get(url)
+# driver.get(url)
driver.execute_script('window.open("'+url+'","_blank");')
driver.execute_script("window.scrollTo(0, window.scrollY + 400)")
# time.sleep(0.2)