“Runtime.executionContextCreated has invalid 'context” error when i run Protractor

后端 未结 9 2279
悲&欢浪女
悲&欢浪女 2020-12-03 16:41

I am getting this below Error while i run my protractor. And below is the error as shown in my webstorm console.

\"C:\\Program Files (x86)\\JetBrains

9条回答
  •  天命终不由人
    2020-12-03 17:14

    If the latest protractor is not having the latest chromedriver then to update it using webdriver-manager follow these below steps

    enter latest chromedriver version in file config.json this file is present under path /node_modules/protractor/node_modules/webdriver-manager/built

    optional (and change 'mac32' to 'mac64' in file 'chrome_driver.js' which is present under path /webdriver-manager/built/lib/binaries)

    run webdriver-manager update in the console.

    hint: To get the path of 'webdriver-manager' folder observe the console after command webdriver-manager update

提交回复
热议问题