提交 98089a01 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

disable info log for new version of webdriver & phantomjs

上级 9b94427b
......@@ -122,6 +122,8 @@ class Browser extends EventEmitter {
phantomjsArgs.push('--remote-debugger-port=8080') // XXX: be careful when in production env.
phantomjsArgs.push('--webdriver-loglevel=DEBUG')
// phantomjsArgs.push('--webdriver-logfile=webdriver.debug.log')
} else {
phantomjsArgs.push('--webdriver-loglevel=ERROR')
}
const customPhantom = WebDriver.Capabilities.phantomjs()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册