Has anyone else encountered Chrome driver errors while using Appian recently? I'm facing an issue and would appreciate any insights or solutions you might have to resolve this problem.
Discussion posts and replies are publicly visible
Is this for RPA pr Automated Testing using Selenium?
Yes Mathieu
Yes? RPA?
Looks like Appian may have an issue updating to the latest drivers.
Did you try unchecking that box and go update that driver manually?
Here is where you can download the latest drivers:
I have unchecked the box and did it manually Mathieu
.
Are you sure you downloaded the proper driver and placed it in the appropriate location?
After manually uploading a compatible driver, try uninstalling the agent, download a new one and reinstall it.
The latest Chrome update (115+) prevents Appian to downloading and provide the appropriate driver version for your browser. In the meantime we update our process to retrieve it automatically, you can manually add the updated driver following these steps:
1) Download the latest stable driver for your Chrome version here: googlechromelabs.github.io/.../
2) From the zip downloaded we will need only "chromedriver.exe", please unzip that file from the package.
3) In Appian RPA console go to Robotic Task > Support Files: docs.appian.com/.../configure-advanced-configuration-tab.html
4) Create a the following folder structure and upload the chromedriver.exe file there.- Windows/Mac -> Root > ChromeXXX > chromeWebDriver > chromedriver.exe - Linux -> Root > ChromeXXX > ChromeWebDriver > chromedriver.exe Please note these path are case sensitive.
5) Go to your failed Robotic Task > Configuration > General Information and add the following label in "Permission tags" > ChromeXXX
6) Please note in 4) and 5) ChromeXXX will be the current version of your Chrome (eg Chrome116)
In order to let Appian auto-resolve the driver again when the fix is ready, you just need to remove the "Permission tags" added to your Robotic Tasks.
This issue has been solved.