Skip to main content
Solved

Browser Automation - Chrome driver version not automatic

  • 25 July 2024
  • 8 replies
  • 56 views

Hello, 

I am using the lastest version of Browser Automation. But in the read me document,  it is mentionned that the web driver is handled automatically . When I don’t put ehe webdriver path , I have error about the session.

An unexpected error occurred.
Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports 

 

@BotDev @bot-dev-13462  @Bot

 

8 replies

Userlevel 2
Badge +6

It would automatically download drivers appropriate for your chrome version and save at the said location. If not, check network access whether requests are being blocked or driver is available for your chrome version/channel: https://googlechromelabs.github.io/chrome-for-testing/ 

 

Badge +5

 

 I have the latest version as you. But the chrome drivers are not installed 

Userlevel 3
Badge +7

What is the version number of the Automation Anywhere Bot Agent?

What is the version of your installed Automation Anywhere Chrome extension?

Uninstalling the Bot Agent then re-installing the Bot Agent will update to the latest version, and the installer has a pop-up in the Chrome browser asking to enable the compatible Chrome extension.

 

Badge +5

I enable the automatic update for the bot agent  and the chrome extension .

 

 

Userlevel 3
Badge +7

Can you confirm your installed Chrome Extension: 
https://chromewebstore.google.com/detail/automation-360/bboccnojhhoegfffpcllbeigipedjedf

 

Badge +5
here is my version
 

 

Userlevel 3
Badge +7

Ah, I misunderstood. I’ll let @Bot Dev continue to work with you, as they are the developer of the Bot Store bot.

 

 

Userlevel 2
Badge +6

Delete existing cached folder and try again: C:\Users\<<Username>>\.cache\selenium

Option 2:
Extract jar and check if this version works for you, upgraded the selenium dependency.
 

Reply