I am trying to launch chrome with an URL, the browser launches and it does nothing after that.
I am seeing the below error after 1 minute:
Unable to
update capabilities in conf.js as
exports.config = { seleniumAddress: 'http://localhost:4444/wd/hub', specs: ['todo-spec.js'], capabilities: { browserName: 'chrome', chromeOptions: { args: ['--disable-gpu', '--no-sandbox', '--disable-extensions', '--disable-dev-shm-usage'] } }, };