How can I check latest chromedriver path?

How can I check latest chromedriver location in my windows PC?

appium chromedriver doc -> https://appium.io/docs/en/writing-running-appium/web/chromedriver/
maybe you have any other issue… you can specify driver location

Caused by: org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: No Chromedriver found that can automate Chrome ‘96.0.4664’

why not just install needed version with:

npm install appium --chromedriver_version="2.16"

?