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

add --homepage arg

上级 e61b9afe
......@@ -95,7 +95,10 @@ export class BrowserDriver {
*/
const options = {
args: ['--no-sandbox'] // issue #26 for run inside docker
args: [
'--homepage=about:blank'
, '--no-sandbox'
] // issue #26 for run inside docker
// , binary: require('chromedriver').path
}
if (Config.isDocker) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册