Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromedriver seems outdated #2

Open
supadrasta opened this issue Jan 17, 2023 · 3 comments
Open

Chromedriver seems outdated #2

supadrasta opened this issue Jan 17, 2023 · 3 comments

Comments

@supadrasta
Copy link

Hi Rahul - I was following your course on Azure DevOps and ran into an error with chromedriver. How do we update ? Any help ? Thanks

@SjoerdTimovanVliet
Copy link

SjoerdTimovanVliet commented Jul 26, 2023

@rahulshettyacademy @supadrasta Got the same issue

@SjoerdTimovanVliet
Copy link

@supadrasta did you solve it?

@ellvtr
Copy link

ellvtr commented Nov 16, 2023

@rahulshettyacademy, I have the same issue. I updated to newer drivers but I kept getting similar errors, see below. It seems that it must be an exact match with the Chrome version 118.0.5993.118 in this case. I cannot find a driver with that precise version.

After spending half a day on this, I hacked the test to be always true, just to move on with the course.

By the way, why does it use a Windows driver, when the agent is Ubuntu?

2023-11-15T14:41:02.9216316Z Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.36 sec <<< FAILURE!
2023-11-15T14:41:02.9218567Z getData(Academy.BrowserTest)  Time elapsed: 6.329 sec  <<< ERROR!
2023-11-15T14:41:02.9219818Z org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 119
2023-11-15T14:41:02.9222207Z Current browser version is 118.0.5993.118 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
2023-11-15T14:41:02.9228131Z Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
2023-11-15T14:41:02.9229279Z System info: host: 'fv-az33-100', ip: '10.1.0.43', os.name: 'Windows Server 2019', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_392'
2023-11-15T14:41:02.9230127Z Driver info: driver.version: ChromeDriver

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants