0

Recently my system got upgraded to Chrome 91, I also have updated the Chrome driver for 91 which got released on 4/12/21. Using WebDriver version selenium-server-standalone-3.141.59.jar

Now while executing the script, it's not opening the browser and showing WebDriverException with error message as 'Failed to create Chrome process'. Attached screen shot with complete error. ErrorLogs

vitaliis
  • 4,082
  • 5
  • 18
  • 40
R Das
  • 11
  • 3
  • See if this helps: https://stackoverflow.com/questions/51851142/java-selenium-webdriver-failed-to-create-chrome-process – itronic1990 Jun 10 '21 at 13:21
  • I already have checked this and in my chrome properties window in 'Compatibility' tab all checkboxes are unchecked. Also the chek box for "Run this program as an admministrator" is unchecked and in disabled status, which appears under 'Previlege Level' section. – R Das Jun 10 '21 at 13:32
  • Paste the error code to the question. – vitaliis Jun 10 '21 at 14:26
  • I have attached the error codes with the question – R Das Jun 10 '21 at 17:52

1 Answers1

0

I've uninstalled the browser and removed the Google folder from Program Files (x86) and then downloaded and installed chrome again. After that it started working properly.

YaDav MaNish
  • 1,260
  • 2
  • 12
  • 20
R Das
  • 11
  • 3