selenium-webdriverjava-7selenium-chromedriver

Getting "chrome error communicating with the remote browser. it may have died"


While automating the one scenario in chrome browser using Selenium Webdriver (Junit) as follows:

  1. Click on Place Payment Button.

  2. Wait for 20 Seconds

  3. Retrieve the Order Number(Used GetText())

After waiting, I am get the following error:

chrome error communicating with the remote browser. it may have died

enter image description here


Solution

  • I have resolved the same issue by updating the chrome driver. Try by downloading latest version of chrome driver according to your browser version.