Skip to main content
January 9, 2022
Solved

RPA Browser Module

  • January 9, 2022
  • 2 replies
  • 0 views

Hi,

I'm trying to open chrome browser "google.com". 

Driver could not be initialized: unknown error: cannot find Chrome binary

I have downloaded and updated the latest version(Chrome version 97)

Best answer by randy.richeson


You can download a compatible chrome driver from https://chromedriver.chromium.org/downloads. If the chrome driver was previously downloaded, you can check for the version by navigating to the directory where it was extracted and entering the following command from the command prompt: chromedriver -v. You can also reference https://docs.appian.com/suite/help/21.4/rpa-7.14/create/configuring-a-robotic-process.html#support-files when uploading the chrome driver to the support files.

2 replies

sandhyam0004
January 10, 2022

Hi,

I faced the same issue but i could get it work by downloading the chrome driver that matches the chrome version exactly. Upload the driver in your support files of robotic process or at global level then it should work.

Regards,

Sandhya

randy.richeson
January 25, 2022


You can download a compatible chrome driver from https://chromedriver.chromium.org/downloads. If the chrome driver was previously downloaded, you can check for the version by navigating to the directory where it was extracted and entering the following command from the command prompt: chromedriver -v. You can also reference https://docs.appian.com/suite/help/21.4/rpa-7.14/create/configuring-a-robotic-process.html#support-files when uploading the chrome driver to the support files.