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
Trying to use a chromedriver binary at the path /Users/automation/.appium/node_modules/appium-device-farm/chromedriver/chromedriver_mac64_v124.0.6367.207, but it doesn't exist!
#398
Open
ilendemli opened this issue
May 22, 2024
· 1 comment
We get an error when running our automation on android because the chromedriver binary filename it is searching for exists with dashes in the name and not with underscores. Maybe replace occurrences of dashes with underscores here?
We get an error when running our automation on android because the chromedriver binary filename it is searching for exists with dashes in the name and not with underscores. Maybe replace occurrences of dashes with underscores here?
appium-chromedriver/lib/storage-client/storage-client.js
Line 304 in f09915c
The downloaded files have the name chromedriver-mac-arm64_vX.X.X.X instead of chromedriver_mac64_vX.X.X.X
The text was updated successfully, but these errors were encountered: