I am trying to get selenium to use chromedriver on mac.
I have downloaded the mac version of chromedriver and added it to application folder.
when I use driver = webdriver.Chrome("/Applications/chromedriver"),it can work with using relative path, while, when I use driver= webdriver.Chrome("/Users/Angel/Applications/chromedriver"),it can not work with using absolute path.
Could you please tell me why? Thank you very much.