You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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.
The text was updated successfully, but these errors were encountered: