Jason hai 1 ano
pai
achega
d024a66a4f
Modificáronse 1 ficheiros con 1 adicións e 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)