selenium : WebDriverException: Message: chrome not reachable

A super detailed tutorial: springboot integrates mybatis plus>>>

Error report screenshot

Cause of error

According to the prompt, it was because the chromedriver was not found. Finally, after debugging, there was a problem with the driver in my ‘/ usr/local/bin/chromedriver’, so I downloaded a driver again and decompressed it to my/home/v-gazh/apps Directory:

Then execute the code and you are OK

Similar Posts: