Jared 3 years ago
parent
commit
1d0b2db6d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/compact_remote.py

+ 1 - 1
tests/compact_remote.py

@@ -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)