Ginger-Automation / Ginger

Ginger Automation IDE
https://ginger.amdocs.com
Apache License 2.0
94 stars 62 forks source link

Unable to launch URL?getting "session not created: This version of ChromeDriver only supports Chrome version 114" error.please help #3205

Open giduturi opened 1 year ago

giduturi commented 1 year ago

session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 116.0.5845.111 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe (SessionNotCreated) Chrome driver version mismatch. Please run Ginger as Admin to Auto update the chrome driver.

How to run Ginger as Admin to auto update driver??

manas-droid commented 1 year ago

Hi @giduturi , when you type "Ginger" on windows' search, on the right hand side you'll see multiple options , one of them is 'Run as administrator', please click on that, that'll run ginger in Admin mode. Furthermore, make sure that you are not using any VPN, as downloading the latest chrome driver would become difficult.

Thanks!

DavMontas commented 1 year ago

Greetings,

When you open Ginger as an Administrator and run the Ginger Web Agent, Ginger automatically checks if there is a ChromeDriver version that matches the Chrome version you currently have. However, in some cases, this automatic process may not function correctly. In such instances, I recommend manually updating the ChromeDriver version by following these steps:

  1. Visit the following URL: https://googlechromelabs.github.io/chrome-for-testing/
  2. Download the ChromeDriver version that corresponds to your current Chrome version. To identify your Chrome version: Open Chrome -> Go to Settings -> and click on About.
  3. Open your file explorer and navigate to the directory where Ginger is installed. This directory may be something like: "C:\Program Files (x86)\Amdocs\Ginger by Amdocs\Ginger by Amdocs."
  4. Replace the existing ChromeDriver with the newly downloaded version.

By following these steps, you can ensure that your ChromeDriver is up to date and compatible with your Chrome browser, You're Welcome.