I get below error when try to run Protractor test against chrome.
My conf.ts
import {Config} from \'protractor\'
export let config: Config = {
f
For me, updating chromedriver and protractor-conf.js
fixed the issue.
/usr/local/bin/chromedriver
folder.protractor-conf.js
(should be in app root) add a line with config.chromeDriver = '/usr/local/bin/chromedriver';