Your Name 3 年之前
父节点
当前提交
78d85a39ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/browser_common.py

+ 1 - 1
web/browser_common.py

@@ -21,7 +21,7 @@ class JBrowser:
         option = webdriver.ChromeOptions()
         option.add_argument('--disable-web-security') 
         option.add_argument('--allow-running-insecure-content')
-        option.add_argument('--headless')
+#        option.add_argument('--headless')
 
         if os.name=='nt':
             option.add_argument("--user-data-dir='C:\\Users\\jared\\AppData\\Local\\Google\\Chrome\\User Data\\"+self.profilepath+"\\'")