浏览代码

set browser-wait-until option to "load" by default

Gildas 7 年之前
父节点
当前提交
716366caa1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      maff2html/single-file

+ 1 - 1
maff2html/single-file

@@ -36,7 +36,7 @@ const args = require("yargs")
 		"browser-executable-path": "",
 		"browser-width": 1280,
 		"browser-height": 720,
-		"browser-wait-until": "networkidle0",
+		"browser-wait-until": "load",
 		"compress-CSS": true,
 		"compress-HTML": true,
 		"filename-template": "",