How to fix java.lang.IllegalStateException: The driver is not executable issue?

Yosuva ArulanthuSelenium4 Comments

If you are trying to run automation script on Mac chrome browser, first you have to chromedriver as executable file.

To make chromedriver as executable file you have to use below command in Mac terminal.

Syntax: chmod +x chromedriver file path

Example: chmod +x chromedriver

4 Comments on “How to fix java.lang.IllegalStateException: The driver is not executable issue?”

Leave a Reply to Ash Cancel reply

Your email address will not be published.