I am using the Selenium API, but I got the error
Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property;
Expected location of Chrome is
/usr/bin/google-chrome
but in my computer it is in
/usr/bin/google-chrome
I'm using Ubuntu, how I can fix this issue,