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

fix(no such session): try --disable-impl-side-painting option (#756)

上级 14767b61
......@@ -103,10 +103,17 @@ export class BrowserDriver {
const options = {
args: [
// fix 'No such session error'
// https://bugs.chromium.org/p/chromedriver/issues/detail?id=732#c19
'--disable-impl-side-painting',
'--homepage=about:blank',
// issue #26 for run inside docker
'--no-sandbox',
// '--remote-debugging-port=9222', // will conflict with webdriver
], // issue #26 for run inside docker
],
// binary: '/opt/google/chrome-unstable/chrome',
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册