taurus icon indicating copy to clipboard operation
taurus copied to clipboard

Chromedriver Installation Path Discrepancy on Windows 11

Open opopovss opened this issue 2 years ago • 5 comments
trafficstars

Hello Team,

I'm experiencing an issue with Chromedriver installation during the bzt run.

After downloading a zip file, the system seems to be looking for it in the following path:

15:23:03 ERROR: FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\opopov\.bzt\selenium-taurus\tools\drivers\chromedriver\117.0.5938.88\chromedriver.exe-win64'

However, the actual location of the file is here:

"C:\Users\opopov\.bzt\selenium-taurus\tools\drivers\chromedriver\117.0.5938.88\chromedriver-win64\chromedriver.exe"

It seems like there's a discrepancy between the expected and actual paths.

opopovss avatar Oct 09 '23 12:10 opopovss