Jason hace 1 año
padre
commit
d024a66a4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      website_clickjobs/type-V/_execute.py

+ 1 - 1
website_clickjobs/type-V/_execute.py

@@ -22,7 +22,7 @@ path_z = 'C:/ChromeDriver' #pls adjust
 def restart_browser():
     options = webdriver.ChromeOptions()
     #options.add_argument("user-agent=%s" % rua())
-    #options.add_argument('--headless')
+    options.add_argument('--headless')
     options.add_argument('--incognito')
     options.add_argument('--no-sandbox')
     driver=webdriver.Chrome(options=options)