Webdriver IO不会加载页面

时间:2018-05-22 15:31:48

标签: node.js selenium webdriver-io

我试图运行一个webdriver IO项目但是每当我运行NPM命令时,Chrome浏览器都会打开,但在尝试访问应用程序URL之前它会关闭。

chromeOptions: {
                prefs: {
                    'credentials_enable_service': false,
                    'profile': {
                        'password_manager_enabled': false
                    }
                },
                args: [
                    '--disable-cache',
                    '--disable-application-cache',
                    '--disable-offline-load-stale-cache',
                    '--disk-cache-size=0',
                    '--v8-cache-options=off',
                    '--enable-natural-scroll-default',
                    '--disable-infobars',
                ]
            }

感谢您的帮助

0 个答案:

没有答案